Cannot compile, Unable to execute dex, cannot merge, non-jumbo instruction

这一生的挚爱 提交于 2019-12-01 16:32:28

Try adding dex.force.jumbo=true to your project.properties file

For intellij or Android studio users: Settings - Android Compiler - DEX, you can check the flag.

However you MUST rebuild your project, otherwise you will still see the same error.

With latest Android Studio and flag "force jumbo" checked on Android Studio compiler settings, this problem disappear.

Hope that help to someone.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!