Android Question ADMOB DOESNT WORK!

deyan666

Member
Licensed User
Longtime User
Tried everything on every thread i could fine about admob, doesnt work same error everytime.

#AdditionalRes: C:\Android\extras\google\google_play_services\libproject\google-play-services_lib\res, com.google.android.gms -Check!

'AdMob
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"/>
)
'End of AdMob - In my Manifest Editor Check!


Constant error i get is attactched below.

YES ive reupadted google play services. PLEASE HELP!!!
 

Attachments

  • Screenshot_2015-07-11-23-51-51 (1).png
    Screenshot_2015-07-11-23-51-51 (1).png
    250.9 KB · Views: 132

Douglas Farias

Expert
Licensed User
Longtime User
1 - Download the last google play services on SDK Manager.
2 - copy the lib location = C:\Program Files (x86)\Android\android-sdk\extras\google\google_play_services\libproject\google-play-services_lib\libs name = google-play-services.jar

3 - copy this lib and put this on you b4a libraries folder.

And done.
if you have error check if you is on the correct folder. like your configure pacthes folder.

this error is because the lib is not the same on one place
 
Upvote 0

deyan666

Member
Licensed User
Longtime User
1 - Download the last google play services on SDK Manager.
2 - copy the lib location = C:\Program Files (x86)\Android\android-sdk\extras\google\google_play_services\libproject\google-play-services_lib\libs name = google-play-services.jar

3 - copy this lib and put this on you b4a libraries folder.

And done.
if you have error check if you is on the correct folder. like your configure pacthes folder.

this error is because the lib is not the same on one place
I tried that again man i downloaded the lastest version of google play store. Saved to:

C:\Android\extras\google\google_play_services\libproject\google-play-services_lib\libs

Copied the jar file to:

C:\Users\Captain Devrimol\Desktop\Additional libraries

Still getting same error
 
Upvote 0
Top