gpt4 book ai didi

android - 无法将请求的类放入单个 dex 文件中。尝试提供 main-dex 列表。 # 方法 : 66029 > 65536

转载 作者:行者123 更新时间:2023-11-29 15:35:22 27 4
gpt4 key购买 nike

我正在尝试从我的应用程序构建 apk 但每次我尝试构建 apk 我收到以下错误。

无法将请求的类放入单个 dex 文件中。尝试提供 main-dex 列表。
方法:66029 > 65536

构建

apply plugin: 'com.android.application'

android {
compileSdkVersion 27
buildToolsVersion "28.0.0-rc1"
useLibrary 'org.apache.http.legacy'
defaultConfig {
applicationId "com.example.warrenedy.julyfinal"
minSdkVersion 17
targetSdkVersion 27
versionCode 1
versionName "1.0"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}
}

dependencies {
compile 'com.android.support:appcompat-v7:27.1.1'
compile 'com.android.support:recyclerview-v7:27.1.1'
compile 'com.android.support.constraint:constraint-layout:1.1.2'
compile 'com.android.support:design:27.1.1'
compile 'com.android.support:support-v4:27.1.1'
implementation 'pl.droidsonroids.gif:android-gif-drawable:1.2.8'
compile 'com.google.code.gson:gson:2.3.1'
compile 'org.apache.poi:poi:3.8'
compile 'com.android.volley:volley:1.0.0'
compile files('libs/jxl.jar')
compile 'com.google.code.gson:gson:2.8.0'
compile 'com.android.support:support-v4:27.1.1'
testCompile 'junit:junit:4.12'
androidTestImplementation 'com.android.support.test:runner:1.0.2'
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2'
}

最佳答案

在您的 build.gradle 中启用 multidex。

defaultConfig {
...
multiDexEnabled true
}

关于android - 无法将请求的类放入单个 dex 文件中。尝试提供 main-dex 列表。 # 方法 : 66029 > 65536,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/51669996/

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