I have Android Studio Beta. I created a new project with compile my old modules but when I tried launching the app it did not launch with the message:
Error:
I tried all the above and none of them helps. finally, I find this work for me:
app/build.gradle:
android { defaultConfig { multiDexEnabled true } }