Admob not show in lollipop 5.1 device
问题 hello friends i wnat ot integrate admob in my application so i set following code for that Main.java public class Main extends Activity{ AdView adView; RelativeLayout mRelativeLayoutRoot; @Override protected void onCreate(Bundle savedInstanceState) { // TODO Auto-generated method stub super.onCreate(savedInstanceState); setContentView(R.layout.advs); mRelativeLayoutRoot=(RelativeLayout)findViewById(R.id.root); adView = new AdView(this); adView.setAdSize(AdSize.BANNER); adView.setAdUnitId