Android Studio 3.0 DexArchiveBuilderException

前端 未结 6 2101
情话喂你
情话喂你 2020-12-03 05:31

I\'m having this error whilst compiling Instrumentation tests.

Error:com.android.builder.dexing.DexArchiveBuilderException: Failed to process /Users/rafa

6条回答
  •  失恋的感觉
    2020-12-03 05:49

    In gradle.properties add android.enableD8=true This should work.

    Please note that there is a known bug when you export and upload the apk to play store with d8 enable. The app will not run on some devices when downloaded from play store.

    https://issuetracker.google.com/issues/64740479

提交回复
热议问题