I\'m inserting an AdMob in my application. but I have a problem about it.
when I inserted some codes about it in Eclipse, I can see an error message about \"the con
You have to write root before the findViewById:
findViewById
AdView mAdView = (AdView) root.findViewById(R.id.adView); AdRequest adRequest = new AdRequest.Builder().build(); mAdView.loadAd(adRequest);