Search code examples
androidadmobads

Admob.java can't resolve ads


I am new to android studio and I am having a problem with admob.java it cant resolve ca-app-pub. and it says that the numbet of the ad unit is too long while it just a test adunit.enter image description here


Solution

  • put your id in " "

    example

    mInterstitialAd.setAdUnitId("your admob id");