Hi, I follow this tutorial https://www.b4x.com/android/forum/threads/google-maps.63930/
My manifest:
'AdMob
AddApplicationText(
<meta-data android:name="com.google.android.gms.API_KEY"
android:value="XXXXXX"/>
<activity android:name="com.google.android.gms.ads.AdActivity"
android:configChanges="keyboard|keyboardHidden|orientation|screenLayout|uiMode|screenSize|smallestScreenSize"/>
)
'End of AdMob
And I copy the Lib to shared lib folder. The app is complied without error. But when I launch it on my device, I hit the error. Did I miss any step?
My manifest:
'AdMob
AddApplicationText(
<meta-data android:name="com.google.android.gms.API_KEY"
android:value="XXXXXX"/>
<activity android:name="com.google.android.gms.ads.AdActivity"
android:configChanges="keyboard|keyboardHidden|orientation|screenLayout|uiMode|screenSize|smallestScreenSize"/>
)
'End of AdMob
And I copy the Lib to shared lib folder. The app is complied without error. But when I launch it on my device, I hit the error. Did I miss any step?