Android Studio 3.0 Execution failed for task: unable to merge dex

前端 未结 26 3526
野性不改
野性不改 2020-11-27 11:52

android studio was getting build error while build execution with following:

Error:Execution failed for task \':app:transformDexArchiveWithExternalLi

26条回答
  •  情书的邮戳
    2020-11-27 11:58

    You can always revert to DX for now via this setting in your project's gradle.properties file:

    android.enableD8=false
    

    For more info, see https://android-developers.googleblog.com/2018/04/android-studio-switching-to-d8-dexer.html

提交回复
热议问题