Issues with Loading AdMob Ads on App
R.id.bannerAd is not available in the content you have set for your Activity/Fragment. Prior to calling:
AdView adView = (AdView)findViewById(R.id.bannerAd);
you must have called
setContentView(R.layout.MyLayoutContainingBannerAd);