Android 关于新版ADMOB的SDK
2010-08-21 06:16:00 来源:WEB开发网这两天用新版ADMOB的SDK,发布了,测试的时候请求十次只有一次左右能显示出来广告
,以为是模拟器的问题,但是发到真机上也是一样.testing模式false
以前的软件是用的老版的SDK的,就没有问题
Java代码
AdView ad = (AdView) findViewById(R.layout.notes_list);
AdView ad = (AdView) findViewById(R.layout.notes_list);
Xml代码
< com.admob.android.ads.AdView android:id="@+id/adview"
android:layout_width="fill_parent" android:layout_height="wrap_content"
adsdk:testing="false" adsdk:refreshInterval="15"
adsdk:backgroundColor="#000000" adsdk:textColor="#FFFFFF"
android:layout_alignParentBottom="true" adsdk:keywords="android game" />
< com.admob.android.ads.AdView android:id="@+id/adview"
android:layout_width="fill_parent" android:layout_height="wrap_content"
adsdk:testing="false" adsdk:refreshInterval="15"
adsdk:backgroundColor="#000000" adsdk:textColor="#FFFFFF"
android:layout_alignParentBottom="true" adsdk:keywords="android game" />
Xml代码
< meta-data android:value="true" android:name="ADMOB_ALLOW_LOCATION_FOR_ADS" />
- ››Android 当修改一些代码时,使用什么编译命令可以最...
- ››Android 如何添加一个apk使模拟器和真机都编译进去...
- ››Android 修改Camera拍照的默认保存路径
- ››Android 如何修改默认输入法
- ››android开发中finish()和System.exit(0)的区别
- ››Android手势识别简单封装类
- ››android中查看项目数字证书的两种方法
- ››Android中获取IMEI码的办法
- ››android 相机报错 setParameters failed
- ››Android重启运用程序的代码
- ››Android为ListView的Item设置不同的布局
- ››android bitmap与base64字符串的互相转换
更多精彩
赞助商链接