gpt4 book ai didi

android - 使用 Admob 强制关闭

转载 作者:行者123 更新时间:2023-11-29 22:10:05 24 4
gpt4 key购买 nike

我刚刚用 sdk-r17 更新了我的 android,用 ADT-17 更新了 eclipse。现在,我所有使用 admob 的应用程序在真实设备或模拟器上构建和运行后都会导致强制关闭(更新前运行良好)

这是我的 xml 布局:

<RelativeLayout
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:ads="http://schemas.android.com/apk/lib/com.google.ads"
android:layout_width="fill_parent"
android:layout_height="fill_parent">

<com.google.ads.AdView
android:id="@+id/admob"
android:layout_alignParentBottom="true"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
ads:adUnitId="xxxxxx"
ads:adSize="BANNER"
ads:loadAdOnCreate="true"/>

<ListView
android:id="@+id/lv_agent"
android:layout_above="@id/admob"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:cacheColorHint="#00000000"
android:focusable="true"
android:layoutAnimation="@anim/l_slide_right"
android:listSelector="@drawable/bg_list_selector"
android:divider="#3f3f3f"

logcat 错误信息是:

AndroidRuntime(29533): Caused by: java.lang.RuntimeException: Unable to start activity ComponentInfo{net.londatiga.xxx/net.londatiga.xxx.xxx}: android.view.InflateException: Binary XML file line #19: Error inflating class com.google.ads.AdView

有什么解决办法吗?

最佳答案

这个问题是Android项目中的依赖jar。解决方案好像看到了http://android.foxykeep.com/dev/how-to-fix-the-classdefnotfounderror-with-adt-17

关于android - 使用 Admob 强制关闭,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9826663/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com