Android Studio 3.0 DexArchiveBuilderException

前端 未结 6 2109
情话喂你
情话喂你 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 06:01

    If you're using guava, tou can try to upgrade it to the latest android-specific build

    implementation 'com.google.guava:guava:23.0-android'
    

    This fixed the error for me when I was using the non-android guava build.

提交回复
热议问题