gpt4 book ai didi

android - admob:应用程序在 android 3.2 上崩溃

转载 作者:塔克拉玛干 更新时间:2023-11-02 18:56:20 24 4
gpt4 key购买 nike

我正在将 admob 集成到我完美运行的 android 应用程序中。我设法在我的 Jelly Bean (4.1.2) 手机上运行,​​但该应用程序在我的蜂窝平板电脑 (3.2) 上崩溃并显示消息

java.lang.NoClassDefFoundError: android.net.http.HttpResponseCache

不确定是否相关,但在我的 list 文件中我设置了我的 minSdkVersion="9"

我似乎无法在谷歌上找到相关问题。有没有人见过这个?可能是什么原因?

编辑:libs 文件夹中没有文件。一切都使用 gradle 设置。

我的 list 文件:

<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="foo.bar.results"
android:versionCode="6"
android:versionName="1.0" >

<uses-sdk
android:minSdkVersion="9"
android:targetSdkVersion="19" />

<application
android:icon="@drawable/bar"
android:label="@string/app_name" >
<meta-data android:name="com.google.android.gms.version"
android:value="@integer/google_play_services_version" />

<activity
android:name=".bar"
android:label="@string/app_name" >
<intent-filter>
<action android:name="android.intent.action.MAIN" />

<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>

<activity android:name="com.google.android.gms.ads.AdActivity"
android:configChanges="keyboard|keyboardHidden|orientation|screenLayout|uiMode|screenSize|smallestScreenSize"
android:theme="@android:style/Theme.Translucent" />
</application>

<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />

</manifest>

最佳答案

这似乎是(又一个)但在 Google Play 服务中。对于这个问题,我们在 Android 3.2 上有 176 份崩溃报告,所以问题不是您的代码。

以下是 Google AdMob 论坛中报告的问题: http://goo.gl/hNdiVo

关于android - admob:应用程序在 android 3.2 上崩溃,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/26037605/

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