Android Question AdMod Tutorial issue

Marco Maria Vilucchi

Active Member
Licensed User
Longtime User
Hi,
in AdMod tutorial (https://www.b4x.com/android/forum/threads/admob-tutorial-add-ads-to-your-application.7300/) Erel wrote:

"Copy google-play-services.jar from <android sdk>\extras\google\google_play_services\libproject\google-play-services_lib\libs to the additional libraries folder. Make sure to repeat this step whenever you update Google Play Services."

I installed Google Play Service as you can see on immagine1.jpg, but I havent "libproject" folder into "google_play_services" folder as you can see on immagine2.jpg and google-play-services.jar isn't in <android sdk> folder or his subfolders.

What I can do?
Thanks all
Marcom
 

Attachments

  • Immagine1.jpg
    Immagine1.jpg
    189.6 KB · Views: 162
  • Immagine2.jpg
    Immagine2.jpg
    156.5 KB · Views: 169

DonManfred

Expert
Licensed User
Longtime User
Last edited:
Upvote 0

Marco Maria Vilucchi

Active Member
Licensed User
Longtime User
Erel told this:

Do not use AdMob library. It no longer works.
You should use FirebaseAdMob instead.


1. Register your app and get an ad unit id (PublisherId).
2. Download and copy google-play-services.jar as explained in steps 1 and 2 here: https://www.b4x.com/android/forum/threads/45843/#content
3. Add the following attribute to the project (change the path based on your installation):

Point 2 send me on this tutorial
How can I exec point 2?
 
Upvote 0

DonManfred

Expert
Licensed User
Longtime User
1. Register your app and get an ad unit id (PublisherId).
2. Download and copy google-play-services.jar as explained in steps 1 and 2 here: https://www.b4x.com/android/forum/threads/45843/#content
3. Add the following attribute to the project (change the path based on your installation):
Again: WHY are you following this old tutorial knowing it will not work?

start with THIS tutorial: https://www.b4x.com/android/forum/t...b-ads-integrated-with-firebase-backend.67710/

Start a new thread for any new question you have.
 
Last edited:
Upvote 0
Top