hi,
I followed this tutorial (
http://discuss.cocos2d-x.org/t/cocos3-0-tutorial-integrate-admob-google-play-services-with-cocos2d-x-v3-0-final/12798)
to add admob into my app.
I can compile the code and run it, but I can't get ad show up .
From logcat I got these messages:
07-05 18:59:17.319: I/Ads(17472): Starting ad request.
07-05 18:59:17.329: I/Ads(17472): Please set theme of AdActivity to @android:style/Theme.Translucent to enable transparent background interstitial ad.
07-05 18:59:18.080: E/Ads(14474): JS: Uncaught ReferenceError: AFMA_buildAdURL is not defined (:1)
07-05 18:59:18.080: E/Ads(14474): JS: Not allowed to load local resource: file:///android_asset/webkit/android-weberror.png (data:text/html,chromewebdata:12)
07-05 19:00:17.733: W/Ads(17472): Timed out waiting for ad response.
07-05 19:00:17.733: I/Ads(17472): Scheduling ad refresh 60000 milliseconds from now.
07-05 19:00:17.733: W/Ads(17472): Failed to load ad: 2
I have google these messages, but can't get an solution.
Have someone met this problem before and can you please show me how to solve it?
Thank you very much!
Best Regards.
ssolid2014