Error:java.lang.RuntimeException: java.lang.RuntimeException: com.android.builder.dexing.DexArchiveMergerException: Unable to merge dex
Error:java.lang.RuntimeException: com.android.builder.dexing.DexArchiveMergerException: Unable to merge dex
Error:com.android.builder.dexing.DexArchiveMergerException: Unable to merge dex
Error:com.android.dex.DexException: Multiple dex files define Lcom/google/zxing/integration/android/IntentResult;
我在使用 Android Studio 3.0 beta 4 时遇到了同样的问题.我找到了解决方案.
I have same problem with Android Studio 3.0 beta 4. I found a solution.
1.在Build
菜单中,按Clean Project
按钮.
2.任务完成后,按Build
菜单中的Rebuild Project
按钮.
2. After task completed, press the Rebuild Project
button from the Build
menu.
这篇关于Android Studio 3.0 Beta4 上的 Dex 错误的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持html5模板网!