Android Question admobs / new android sdk

merlin2049er

Well-Known Member
Licensed User
Longtime User
I updated my sdk, and admobs 2.0 is crashing my app. I've disabled it for now.

B4X:
java.lang.IllegalStateException: The meta-data tag in your app's AndroidManifest.xml does not have the right value.  Expected 5089000 but found 6111000.  You must have the following declaration within the <application> element:     <meta-data android:name="com.google.android.gms.version" android:value="@integer/google_play_services_version" />

Any suggestions?
 
Top