在android studio中构建APK时出错

时间:2016-11-15 09:08:38

标签: android android-studio apk

当我在Android工作室中创建Apk时,比如Build - > Build APK,我遇到了以下错误。

Error:Error converting bytecode to dex:<br>
Cause: com.android.dex.DexIndexOverflowException: Cannot merge new index 68909 into a non-jumbo instruction!

当我在android manifest中添加以下代码时

  android {
dexOptions {
    jumboMode = true
}

}

然后错误被修复但apk是大文件

0 个答案:

没有答案