Android Question Error: artifact do maven não localizado: com.google.android.gms/play-services-ads-base

Ederson Kerber

Member
Licensed User
Good Morning,

I use FirebaseAdMob (version 1.31) in my projects. Before updating the items in Sdkmanager and was working normally, after updating, you get a following message: "maven artifact not found: com.google.android.gms / play-services-ads-base"
Verifying the documentation at https://www.b4x.com/android/forum/threads/integrating-firebase-services.67692/#content and following the steps, change the manifest (attachment) as lines below:

CreateResourceFromFile(Macro, FirebaseAnalytics.GooglePlayBase)
CreateResourceFromFile(Macro, FirebaseAnalytics.Firebase)
CreateResourceFromFile(Macro, FirebaseAdMob.FirebaseAds)

P.s: The json file is in the app folder. In this way I keep getting the same message. Using B4A v8.00.
 

Attachments

  • manifest.txt
    6 KB · Views: 196

Ederson Kerber

Member
Licensed User
Yes!

The items are all up to date! The message started yesterday after the items in the SDK Maneger(attachment).
 

Attachments

  • sdk.JPG
    sdk.JPG
    136.5 KB · Views: 218
Upvote 0

Ederson Kerber

Member
Licensed User
Reinstalled recommended items and it worked perfectly.

P.S: Yesterday already had installed all the recommended items. Today this new option was available as recommended.

Thank you!
 
Upvote 0
Top