AdMob problem

Maybe not entirely Android Development issue, but still…
Recently I started encountering problems with my AdMob network as less and less impressions were pouring in. The issue is of course lack of the AdMob banner within the game. Logcat report shows below:

  • adRequestUrlHtml: <html><head><script src=“http://media.admob.com/sdk-core-v40.js”></script> … and so on…
  • AdLoader timed out after 60000ms while getting the URL.
  • onFailedToReceiveAd(A network error occurred.)

Any thoughts you guys?

Fixed! Damn you obfuscation process! This is not the first time proguard is getting on my nerves :slight_smile: Maybe someone in the future will have the same problem as I had, so here is the solution:
change this: -optimizations !code/simplification/arithmetic,!field/,!class/merging/
into this: -dontoptimize
Cheers!

thank for share i have the same problem