当前位置: 首页 > 知识库问答 >
问题:

运行项目时无法合并dex Android Studio 3.0.1

秦经义
2023-03-14

我的项目有些问题。在Android Studio 3.0中,它运行良好,但当我更新到3.0.1时,我在合并dex时遇到了问题。

我清理和重建项目。我使用带依赖项的multiDexEnabled true

什么是错的:

错误:任务': app: transformDexArchiveWitExternalLibsDexMergerForDebug'执行失败。

Java语言lang.RuntimeException:java。lang.RuntimeException:com.Android建设者德兴。DexArchiveMergerException:无法合并dex

应用程序级Gradle:

apply plugin: 'com.android.application' 
android {
    compileSdkVersion 27
    defaultConfig {
        applicationId "com.rotaractnepalapp.rotraconversation"
        minSdkVersion 15
        targetSdkVersion 26
        versionCode 1
        versionName "1.0"
        testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
    }
    buildTypes {
        release {
            minifyEnabled false
            proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
        }
    }
}  
dependencies {
    implementation fileTree(include: ['*.jar'], dir: 'libs')
    implementation 'com.android.support:appcompat-v7:27.1.0'
    implementation 'com.android.support.constraint:constraint-layout:1.0.2'
    implementation 'com.google.firebase:firebase-auth:11.0.4'
    implementation 'com.android.support:support-v4:27.1.0'
    implementation 'com.google.firebase:firebase-database:11.0.4'
    implementation 'com.google.firebase:firebase-storage:11.0.4'
    implementation 'com.google.firebase:firebase-messaging:11.0.4'
    androidTestImplementation 'com.android.support.test:runner:1.0.1'
    androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.1'
    implementation 'com.android.support:design:27.1.0'
    implementation 'com.rengwuxian.materialedittext:library:2.1.4'
    implementation 'com.android.support:cardview-v7:27.1.0'
    implementation 'de.hdodenhof:circleimageview:2.2.0'
    implementation 'com.theartofdev.edmodo:android-image-cropper:2.6.+'
    implementation 'com.squareup.picasso:picasso:2.5.2'
    implementation 'com.squareup.okhttp:okhttp:2.5.0'
    implementation 'com.firebaseui:firebase-ui-database:2.3.0'
    implementation 'id.zelory:compressor:2.1.0'
    compile 'com.android.support:support-annotations:27.1.0'
}  
apply plugin: 'com.google.gms.google-services'

共有2个答案

娄鹤轩
2023-03-14

我遇到了同样的问题。我试图通过此处的说明启用multidex,但错误仍然存在。我还禁用了instant run,正如另一篇文章中所建议的那样,但这并没有产生任何影响。最后,我不得不将所有支持库从27.1.0版本恢复到27.0.2版本。一旦我这样做了,错误就被纠正了,不需要任何多索引配置。27.1.0可能有问题。

更正:我发现了一个未使用的库('android.arch.paging: runtime: 1.0.0-alpha4-1')并将其删除,然后将版本更新回27.1.0,没有任何问题。由于您的minSdkVersion是15,请务必按照为multidex配置您的应用程序部分下的步骤2进行操作,以确保您的应用程序正在扩展multidex应用程序类。

庄文栋
2023-03-14

在gradle文件中添加以下依赖项

com.google.android.gms:play-services:11.4.0

清理和重建它将工作的应用程序

 类似资料:
  • 我对科特林来说是全新的。我已经安装了kotlin插件来eclipse。我在下面的一个教程中找到了一个简单的例子。问题是,当我运行项目时,我收到了以下声明的错误。 为了解决这个问题,我试图运行项目作为kotlin应用程序,但我找不到这个选项。 请让我知道如何修复此错误? 代码: 错误: 更新: 为了解决这个问题,我完全按照本教程中的内容,安装了最新版本的eclipse PHOTON,但问题仍然存在。

  • 我有一个使用react js的项目构建,我想在本地执行它 到目前为止我所做的: 1) 已安装的节点。js(windows 64位) 2)从https://www.tutorialspoint.com/reactjs/reactjs_environment_setup.htm一直到步骤3 现在我有 1) c://program files/nodejs/node_模块 2)桌面/reactApp/n

  • 错误:任务“:app:TransformDexArchiveWithExternalLibsDexMergerForDebug”执行失败。 java.lang.RuntimeException:com.android.builder.dexing.DexArchivEmergerException:无法合并dex 我尝试了以下帖子推荐的每一个解决方案: 后1 职位2 这是我的应用程序Gradle:

  • 我正在使用firebase数据库。我正在更新依赖性。然后,它在不工作,并显示我这个错误 错误:任务“:app:transformDexArchiveWithExternalLibsDexMergerForDebug”的执行失败。JAVAlang.RuntimeException:com。Android建设者德兴。DexArchiveMergerException:无法合并dex 我更新了我的sdk

  • 我创建了一个新的应用程序。 从https://pub.dev/packages/audioplayers添加了audioplayers flutter包。 显示Android嵌入的错误。我按照说明https://flutter.dev/go/android-project-migration进行操作。 现在我得到这个错误:

  • 我有一个带有TestNG的maven项目。我以前使用Eclipse,今天搬到了IntelliJ,我认为我配置正确。但是当我在IntelliJ中运行这个项目时,它不能在下面的错误信息下运行。当使用maven命令运行时,它没有任何问题。 但是当我从IntelliJ跑过来时,我得到: @w@C:\用户\sdymj\AppData\本地\Temp\idea_working_dirs_testng.tmp-