gpt4 book ai didi

java - Gradle 构建失败 : Dex files cannot exceed 64k

转载 作者:塔克拉玛干 更新时间:2023-11-03 00:45:29 25 4
gpt4 key购买 nike

<分区>

每当我按项目构建并准备在我的设备上启动时,我总是收到此错误:

Error:The number of method references in a .dex file cannot exceed 64K. Learn how to resolve this issue at https://developer.android.com/tools/building/multidex.html

此外,我收到此错误:

Error:Execution failed for task ':app:transformClassesWithDexForDebug'. com.android.build.api.transform.TransformException: com.android.ide.common.process.ProcessException: java.util.concurrent.ExecutionException: com.android.ide.common.process.ProcessException: org.gradle.process.internal.ExecException: Process 'command 'C:\Program Files\Java\jdk1.8.0_91\bin\java.exe'' finished with non-zero exit value 2

它说 gradle 构建失败,有两个错误

所以我有一些问题:

  • 什么是dex文件
  • 我没有直接使用它们,为什么会出现上述错误?
  • dex 文件中有什么?
  • 这些文件对 .APK 文件的大小有什么影响吗?

这些错误在我停止使用 proguard 进行调试构建后再次出现,因为 StackTrace 没有显示,就在我激活 proguard 之前我遇到了错误。

我以前遇到过一次这个错误,我删除了 dex 文件夹并解决了它,但现在突然不能用了。

我的gradle文件:

apply plugin: 'com.android.application'

android {
compileSdkVersion 23
buildToolsVersion "23.0.3"

defaultConfig {
applicationId "com.example.myproject"
minSdkVersion 15
targetSdkVersion 23

}

buildTypes {
release {
minifyEnabled true
shrinkResources true

proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}

}
}

dependencies {

compile 'com.android.support.constraint:constraint-layout:1.0.0-alpha1'
compile 'com.android.support:support-v4:23.3.0'
compile 'com.google.android.gms:play-services:9.2.0'
compile 'com.google.android.gms:play-services-ads:9.2.0'
}

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