I recently uplaoded my 2nd game on google play after 2nd day i got this crash report..> java.lang.Error: FATAL EXCEPTION [main]
Unity version : 4.5.1f3
Device model : samsung SAMSUNG-SGH-T989
Device fingerprint: samsung/SGH-T989/SGH-T989:4.3/JZO54K/T989UVMC6:user/release-keys
Caused by: java.lang.IllegalStateException: The meta-data tag in your app's AndroidManifest.xml does not have the right value. Expected 5089000 but found 0.
You must have the following declaration within the element:
at com.google.android.gms.common.GooglePlayServicesUtil.A(Unknown Source)
at com.google.android.gms.common.GooglePlayServicesUtil.isGooglePlayServicesAvailable(Unknown Source)
at com.google.android.gms.internal.ah.a(Unknown Source)
at com.google.android.gms.internal.au.aM(Unknown Source)
at com.google.android.gms.internal.au.a(Unknown Source)
at com.google.android.gms.ads.AdView.loadAd(Unknown Source)
at com.google.unity.ads.Banner$2.run(Banner.java:130)
at android.os.Handler.handleCallback(Handler.java:733)
at android.os.Handler.dispatchMessage(Handler.java:95)
at android.os.Looper.loop(Looper.java:136)
at android.app.ActivityThread.main(ActivityThread.java:5034)
at java.lang.reflect.Method.invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:515)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:795)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:611)
at dalvik.system.NativeStart.main(Native Method)
here is an screenshot.
![alt text][1]
[1]: /storage/temp/33283-screenshot+2014-10-04+17.21.52.png
↧