gpt4 book ai didi

android - 从方法 com.google.android.gms.common.GooglePlayServicesUtil.zza 引用获取错误 : Could not find class 'android.app.AppOpsManager' ,

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

当我尝试在 API 级别 22 之前的手机上运行该应用程序时,我收到此错误并且程序崩溃。但是该应用程序在 API 级别 22 的手机上运行正常。这可能是什么原因。

这是我的依赖:

dependencies 
{
compile 'com.google.code.gson:gson:2.3'
compile 'com.android.support:appcompat-v7:22.2.0'
compile 'com.android.support:recyclerview-v7:+'
compile 'com.android.support:support-v4:22.2.0'
compile 'com.google.android.gms:play-services:7.5.0'
compile 'com.facebook.android:facebook-android-sdk:4.3.0'
compile 'com.google.android.gms:play-services-analytics:7.5.0'

compile project(':volley')
compile project(':adjust_SDK')
compile project(':euromessageLib')
compile project(':com_viewpagerindicator')

compile files('libs/adxtag3.2.6.jar')
compile files('libs/jsoup-1.7.3.jar')
compile files('libs/CWAC-Adapter.jar')
compile files('libs/newrelic.android.jar')
compile files('libs/android-query-full.0.26.8.jar')
compile files('libs/khandroid-httpclient-4.2.3.jar')
compile files('libs/GoogleConversionTrackingSdk-2.2.1.jar')

compile('com.crashlytics.sdk.android:crashlytics:2.4.0@aar') {
transitive = true;
}
}

android {
compileSdkVersion 22
buildToolsVersion "22.0.1"
defaultConfig {
applicationId "com.deneme"
minSdkVersion 14
targetSdkVersion 22
multiDexEnabled true
}
buildTypes {
release {
minifyEnabled true
proguardFiles 'proguard.cfg'
}
}
productFlavors {
}
}

感谢帮助

最佳答案

经过几天解决这个奇怪的问题,终于找到了崩溃的原因。虽然错误仍然存​​在,但程序现在运行没有任何问题。

程序在 API 级别 22 下运行良好而不是在 21 以下运行不正常的原因是 android 中的方法限制为 65K。 21 以上原生支持从应用程序 APK 文件加载多个 dex 文件,而 21 以下则不支持。文档说明它 here

这个问题的解决办法在this stackoverflow post

如果您使用 google play 服务,而不是编译整个 API,有选择地编译可能会有所帮助。您可以找到更多详细信息 here .

关于android - 从方法 com.google.android.gms.common.GooglePlayServicesUtil.zza 引用获取错误 : Could not find class 'android.app.AppOpsManager' ,,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31342684/

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