There was a getting an ad response Admob Error
问题 I want to update one source code from old GoogleAds SDK to new Google Play Service Library , but there is a problem. Everytime I got this error: There was a problem getting an ad response. ErrorCode: 0 Failed to load ad:0 This is code from playactivty: public String BANNER_AD_UNIT_ID; AdRequest adRequest; private void LoadAds() { LinearLayout layout = (LinearLayout) findViewById(R.id.adView); this.BANNER_AD_UNIT_ID = getResources().getString(R.string.admob_id); // Create the adView AdView