您的位置:首页 > 移动开发 > Android开发

Cause: com.android.dex.DexIndexOverflowException: Cannot merge new index 68696 into a non-jumbo insr

2017-03-24 14:43 615 查看
错误:Error converting bytecode to dex: Cause: com.android.dex.DexIndexOverflowException: Cannot merge new index 68696 into a non-jumbo insrtuction!

解决方案:

在build.gradle的android{}中增加:
dexOptions{
jumboMode true
}

即可!
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐