Android Question Configure Admod with B4A v10

ducphu

Active Member
Licensed User
Longtime User
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?

20200720_194356.jpg
 

DonManfred

Expert
Licensed User
Longtime User
How is GoogleMaps related to Admob?

1. Follow the Installationinstructions for Admob
2. Follow the needed - additional - changes for Admob 1,6
 
Upvote 0
Top