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
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.