• 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 AdMob Ads Not Loading

LoganE

Member
I'm trying to setup AdMob ads in my Android app.
The test ads were loading perfectly fine but the actual ads don't load.

When the ads try to load the compiler gives these messages:
Use AdRequest.Builder.addTestDevice("EF770E15BCF7BF357E506G38531EBC02") to get test ads on this device.
Invoke Firebase method getInstance error.
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
Received error HTTP response code: 400
There was a problem getting an ad response. ErrorCode: 0
Failed to load ad: 0
Banner Ad onAdFailedToLoad
Starting ad request.
Use AdRequest.Builder.addTestDevice("EF770E15BCF7BF357E506G38531EBC02") to get test ads on this device.
Loading already in progress, saving this object for future refreshes.
Received error HTTP response code: 400
There was a problem getting an ad response. ErrorCode: 0
Failed to load ad: 0
onAdFailedToLoad called

Any help on this issue would be greatly appreciated.
 
A

Alex_Beach

Guest
Looks like you need to update your SDK. Make sure you have all the google SDKs installed in android studio
 
K

kasm15

Guest
same probleam i got , maybe there is new extinson for admob
 
K

kasm15

Guest
if you find sloution tell me


I'm trying to setup AdMob ads in my Android app.
The test ads were loading perfectly fine but the actual ads don't load.

When the ads try to load the compiler gives these messages:
Use AdRequest.Builder.addTestDevice("EF770E15BCF7BF357E506G38531EBC02") to get test ads on this device.
Invoke Firebase method getInstance error.
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
Received error HTTP response code: 400
There was a problem getting an ad response. ErrorCode: 0
Failed to load ad: 0
Banner Ad onAdFailedToLoad
Starting ad request.
Use AdRequest.Builder.addTestDevice("EF770E15BCF7BF357E506G38531EBC02") to get test ads on this device.
Loading already in progress, saving this object for future refreshes.
Received error HTTP response code: 400
There was a problem getting an ad response. ErrorCode: 0
Failed to load ad: 0
onAdFailedToLoad called

Any help on this issue would be greatly appreciated.
 
K

kasm15

Guest
ok i found what is the issue you have to modfit payment setting in admob site and ads will turn on if not ads still off good luck


I'm trying to setup AdMob ads in my Android app.
The test ads were loading perfectly fine but the actual ads don't load.

When the ads try to load the compiler gives these messages:
Use AdRequest.Builder.addTestDevice("EF770E15BCF7BF357E506G38531EBC02") to get test ads on this device.
Invoke Firebase method getInstance error.
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
Received error HTTP response code: 400
There was a problem getting an ad response. ErrorCode: 0
Failed to load ad: 0
Banner Ad onAdFailedToLoad
Starting ad request.
Use AdRequest.Builder.addTestDevice("EF770E15BCF7BF357E506G38531EBC02") to get test ads on this device.
Loading already in progress, saving this object for future refreshes.
Received error HTTP response code: 400
There was a problem getting an ad response. ErrorCode: 0
Failed to load ad: 0
onAdFailedToLoad called

Any help on this issue would be greatly appreciated.
 
Top