您好我已经在youtube上关注了如何添加admob的视频。
在xml上,它显示了Google提供的广告
我在xml中的内容是
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools
xmlns:ads="http://schemas.android.com/apk/res-auto"
layout hight....
layour width...
orientaiton
...
<com.google.android.gms.ads.AdView android:id="@id/adView"
ads:adUnitId="....."
ads:adSize="BANNER"/>
在menafist中 我添加了网络和Internet的权限
我还添加了
<meta-data android:name="com.google.android.gms.version"
android:value="@integer/google_play_services_version"/>
在我的admob帐户中,我可以看到展示请求。所有我看到的应用程序再次只是一个空白区域,应该查看添加。我还添加了谷歌播放服务。我在Youtube AdMob Android教程工作(谷歌播放)
上关注了这个视频虽然他们说没有必要,但我在我的Java类中有这个,正如教程
中所描述的那样// Look up the AdView as a resource and load a request.
AdView adView = (AdView) this.findViewById(R.id.adView);
AdRequest adRequest = new AdRequest.Builder().build();
adView.loadAd(adRequest);
如果有人可以将我与其他方法联系起来,我可以从SCRATCH中做到一切。但是我只是保证新的ADMOB功能我已经尝试了这些功能
答案 0 :(得分:0)
我跟着这个人做了什么,它工作得很好,感谢上帝!花了很多时间
I can't get the new admob's to work with my application after countless hours