When there’s no limit to what Android gets, there’s no limit to what Android does
Posts tagged padding
Admob with padding
Aug 26th
I just added AdMob to my Android app DRoute and it doesn’t work. I receive many calls to onFailedToReceiveAd event function
-
@Override
-
public void onFailedToReceiveAd(AdView adView)
-
{
-
Log.d("DRoute", "onFailedToReceiveAd");
-
super.onFailedToReceiveAd(adView);
-
}
I dig into the problem, search on the internet and didn’t found a solution. This morning I’ve created step by step a fresh new app only to test AdMob publisher code and ID and it works fine on emulator with :
After step by step testing I found out that the problem was with a padding value that I have in my surrounding
More >
