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

后端 未结 3 1761
滥情空心
滥情空心 2021-01-18 05:56

I\'m needing some help because I can\'t get the solution by my own, I had read a lot of post and investigating a lot but without solution.

I\'ve a proyect that have

相关标签:
3条回答
  • 2021-01-18 06:06

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

    0 讨论(0)
  • 2021-01-18 06:06

    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.

    0 讨论(0)
  • 2021-01-18 06:12

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

    Hope that help to someone.

    0 讨论(0)
提交回复
热议问题