gpt4 book ai didi

android-studio - 安装失败,因为设备可能具有与当前版本不匹配的陈旧 dexed jar(dexopt 错误)

转载 作者:行者123 更新时间:2023-12-03 01:58:47 26 4
gpt4 key购买 nike

我无法从 android studio 运行应用程序到运行 android 2.3.6 的 samsumg 手机。我收到应用程序安装失败弹出窗口,请参阅下面的屏幕截图。

enter image description here

当我单击“确定”时,日志中出现以下错误

Failure [INSTALL_FAILED_DEXOPT]
DEVICE SHELL COMMAND: pm uninstall my.package.name
Unknown failure

在添加名为“App Engine Backend with Google Cloud Messaging”的 Google Cloud 模块后,我遇到了这个麻烦。

这与堆栈溢出问题之一中描述的问题完全相同 here

我尝试了接受的答案。

运行dex-method-counts应用程序,我在终端中得到“总体方法计数:24474”。我不明白下一步该做什么?

(注意:同一个应用程序正在我的另一台运行 Kitkat 的设备上运行。)

请帮忙解决这个问题。这两天我一直在挣扎。我知道有很多类似的问题,但没有任何帮助我。

构建-->清理不起作用。

这是我的 build.gradle 文件

apply plugin: 'com.android.application'

android {
compileSdkVersion 21
buildToolsVersion "21.1.2"

defaultConfig {
applicationId "my.package.name"
minSdkVersion 9
targetSdkVersion 19
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_7
targetCompatibility JavaVersion.VERSION_1_7
}
}

buildTypes {
release {
minifyEnabled true
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}
}


dependencies {
compile files('libs/libGoogleAnalyticsServices.jar')
compile project(path: ':gcmAppEngineBackend', configuration: 'android-endpoints')
compile 'com.android.support:support-v4:22.0.0'
compile 'com.android.support:appcompat-v7:22.0.0'
compile 'com.google.android.gms:play-services:7.0.0'

}

提前致谢!

最佳答案

发生这种情况通常是因为您的设备内存空间不足。

删除一些应用并重试

关于android-studio - 安装失败,因为设备可能具有与当前版本不匹配的陈旧 dexed jar(dexopt 错误),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/29577329/

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