Reputation: 201
i am confused.
I added:
AdRequest adRequest = new AdRequest();
adRequest.addTestDevice(AdRequest.TEST_EMULATOR);
adRequest.addTestDevice("F08D35F3334039343254AD3A83ED11B5");
adView.loadAd(adRequest);
What am I doing wrong? Do you have any idea?
Thanks for help!
Upvotes: 2
Views: 11244
Reputation: 1419
I Solve this problem follow this instructions link to tutorial
Upvotes: 1
Reputation: 7104
you have to add an app--site to the admob console, then you will get the specific Publisher ID: for that specific app-site which refers to the MY_AD_UNIT_ID that you use in your actual program
Upvotes: 1