开发者

GoogleAdMobAdsSdk-4.0.4.jar Does not contain AdManager?

开发者 https://www.devze.com 2023-02-27 13:32 出处:网络
I\'ve recent开发者_开发知识库ly got my first Android App ready and (what testing has so far indicated as) bug free. Following this, I have tried to integrate ads into it but am encountering some issue

I've recent开发者_开发知识库ly got my first Android App ready and (what testing has so far indicated as) bug free. Following this, I have tried to integrate ads into it but am encountering some issues when trying to set up my personal phone as a test device. Essentially, it appears that the jar resource file for AdMob, GoogleAdMobAdsSdk-4.0.4.jar, does not contain the object 'AdManager'. When reviewing the includes which are neccessary, I have determined that they are in 'com.admob...'. However, my resource file does not even contain this.

The jar file has been imported and is operating - I am able to set up AdViews and set AdRequests to be in test mode and successfully obtain test ads in the emulator, but I would like to set my phone to be a test device permanently, to prevent any possibility of AdMob thinking that there's some fraudulent stuff going on when I use my App myself.

Has anyone else experienced anything like this?

If not, is there a way I can set up my own device to permanently be a test device without using AdManager?

Thank you all in advance, Andrew


i am not clear. You want you device to show real adds instead of the test add.If you are getting the adds in test mode then it is perfect. You just need to comment the AdManager line in the java file..

0

精彩评论

暂无评论...
验证码 换一张
取 消