6. Add Ad to Layout

ViewGroup parent = (ViewGroup) preRollVideoAd.getParent(); if (parent != null) { parent.removeAllViews(); } mAdLayout = (RelativeLayout) findViewById(R.id.adLayout); mAdLayout.addView(preRollVideoAd);