Hi I'm getting an error message...
...and as far as I can tell I have already entered it into the manifest file as below...
I did try adding just the <Application> tag but it did not want to accept that.
I know it is me but what have I got wrong please?
Cheers all
Penfound
B4X:
java.lang.IllegalStateException: The meta-data tag in your app's AndroidManifest.xml does not have the right value. Expected 4132500 but found 4242000. 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" />
B4X:
AddApplicationText(
<meta-data android:name="com.google.android.gms.version" android:value="@integer/google_play_services_version"/>
<activity android:name="com.google.android.gms.ads.AdActivity" android:configChanges="keyboard|keyboardHidden|orientation|screenLayout|uiMode|screenSize|smallestScreenSize"/>
)
I did try adding just the <Application> tag but it did not want to accept that.
I know it is me but what have I got wrong please?
Cheers all
Penfound