你能帮助我将旧的旧代码替换为新的admob吗?在布局中使用xml文件之前,我有一个非常简单的方法。
1我是否仍然必须使用此链接或新参考文献:xmlns:ads =&#34; http://schemas.android.com/apk/lib/com.google.ads" < / p>
2我只需将下面的添加单元替换为实际的新单元吗?
<com.google.ads.AdView
android:id="@+id/ad"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center"
ads:adSize="BANNER"
ads:adUnitId="a11111111111b"
ads:loadAdOnCreate="true" />
这段代码怎么了?
<activity
android:name="com.google.ads.AdActivity"
android:configChanges="keyboard|keyboardHidden|orientation|screenLayout|uiMode|screenSize|smallestScreenSize" />
我真的很感激这里的一些帮助,因为出于某种原因,我的日食不断要求更新,而且目前一切似乎都是一场噩梦。
提前谢谢
答案 0 :(得分:0)
xmlns:ads="http://schemas.android.com/apk/res-auto
com.google.android.gms.ads.AdView
com.google.android.gms.ads.AdActivity