I am currently working on implementing an admob adview in my app. I did something similar 5 months ago. However, there seemed to be a problem with the new SDK.
Whenever I use AdManager.setTextDevices, I get an error on AdManager with no option to import admanager, and if I type the import manually, it wont work. I am sure that I have imported the SDK properly. Im currently with 4.3.1. Any ideas?
I am currently working on implementing an admob adview in my app. I did
Share
There is no AdManager.class file in the 4.3.1 AdMob SDK. If you are trying to set test devices, use
AdRequest.addTestDeviceorAdRequest.setTestDevicesandimport com.google.ads.AdRequestinstead.