本文介绍了Android Studio 3.0 Beta4上的Dex错误的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
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
按钮.
1. From the Build
menu, press the Clean Project
button.
2..任务完成后,从Build
菜单中按Rebuild Project
按钮.
2. After task completed, press the Rebuild Project
button from the Build
menu.
这篇关于Android Studio 3.0 Beta4上的Dex错误的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!