• Hey Guest! Ever feel like entering a Game Jam, but the time limit is always too much pressure? We get it... You lead a hectic life and dedicating 3 whole days to make a game just doesn't work for you! So, why not enter the GMC SLOW JAM? Take your time! Kick back and make your game over 4 months! Interested? Then just click here!
  • Hello [name]! Thanks for joining the GMC. Before making any posts in the Tech Support forum, can we suggest you read the forum rules? These are simple guidelines that we ask you to follow so that you can get the best help possible for your issue.

Android Problem with loading ad

I

imineti

Guest
Hello, I am trying to integrate ads into my android game.
After testing my game via USB on the android, this is what the output says whenever I try to load an ad.

Code:
11-19 17:11:04.059 24802 24802 I Ads     : Use AdRequest.Builder.addTestDevice("CA6CB3F87BE3A6E8717A45DBF06D92AE") to get test ads on this device.
11-19 17:11:04.108 24802 24950 W Ads     : Invoke Firebase method getInstance error.
11-19 17:11:04.108 24802 24950 W Ads     : The Google Mobile Ads SDK will not integrate with Firebase. Admob/Firebase integration requires the latest Firebase SDK jar, but Firebase SDK is either missing or out of date
11-19 17:11:04.132 24802 24839 I yoyo    : vsync timeout...
11-19 17:11:04.641 24802 24839 I yoyo    : vsync timeout...
11-19 17:11:04.750 24802 24839 I yoyo    : vsync timeout...
11-19 17:11:04.859 24802 24839 I yoyo    : vsync timeout...
11-19 17:11:04.922  2966 11603 W Ads     : App does not have the required permissions to get location
11-19 17:11:05.093  2966 25015 I Ads     : SDK version: afma-sdk-a-v14574021.11910000.1
11-19 17:11:05.430 24802 24802 I yoyo    : onAdFailedToLoad called
11-19 17:11:05.431 24802 24802 I Ads     : Ad failed to load : 3
I have searched on the SDK manager and can't find a Firebase SDK also I can't find a permission for location in the permissions options in GMS 2.

I've searched all over but can't find the answer.
Has anyone else had this problem, and does anyone have a solution?
Thank you for your time, God bless!
 

Pushloop

Member
You have to add the sdk manually and integrate it in your project, or use one of the extensions in the marketplace, they will help a bit.
 
I

imineti

Guest
The extension costs money and I don't have any funding now, plus after paying for the module the last thing I should have to worry about is paying for extensions to get the module to work :/
How would I manually integrate an SDK into my project?
 
Last edited by a moderator:
E

enjoymyhack

Guest
Same problem here, someone have an idea ?

Code:
12-20 19:30:14.538  8249  8249 I Ads     : Starting ad request.
12-20 19:30:14.538  8249  8249 I Ads     : SDK version: afma-sdk-a-v14799021.11910000.1
12-20 19:30:14.538  8249  8249 I Ads     : This request is sent from a test device.
12-20 19:30:14.543  8249  8249 W Ads     : Not retrying to fetch app settings
12-20 19:30:14.561  8249  8509 W Ads     : Invoke Firebase method getInstance error.
12-20 19:30:14.561  8249  8509 W Ads     : The Google Mobile Ads SDK will not integrate with Firebase. Admob/Firebase integration requires the latest Firebase SDK jar, but Firebase SDK is either missing or out of date
12-20 19:30:14.588  8249  8544 I yoyo    : HttpProgress length mismatch length 4096 _len 9
 
T

Tigas

Guest
I am also having the same problem yoyogames appear !!! GMS 1.4.9999
 
A

Andrea Sansone

Guest
Just you need to wait. If you create a new AD UNIT, you have to wait some hours before ads and test ads start showing in it.
 
Top