Admob Received Video Ad Award Failed to Load

I am trying to integrate admob ad in my application but it always shows the ad is not loading and the following error appears on logcat

 Fail to instantiate adapter com.google.DummyAdapter

      

I also tried running the github award winning video app sample provided in the admob award winning document, but the same error appears. I followed the exact procedure provided in the admob documentation but still nothing happens. Does anyone know what the problem is? or is there anyone who has already implemented it? I have searched and called something a meditation adapter which I am not aware of. Any other suggestion could be appreciated.

+3


source to share


3 answers


If you are using the Test Ads ID, you just need to go to the Build> Clean project and reinstall the app. If you are using your own Admob video ad then I suggest you wait for the ads to start showing in a few hours depending on your country.



0


source


I had the same problem, in my case my target sdk version for the application was less than 14, so I was getting this error.



Change your package name then try again or check sdk version and sdk version to build.

0


source


At the same time sometimes the video was not found, downloaded from third party (admob) google and gave an error while downloading. So the solution is, when the video doesn't load, you need to download another third party video key (in mobi), add to admob account and initialize it.

-1


source







All Articles