[SOLVED] error transformDexWithDexForRelease while compiling the project for Android

I resolved this problem by inserting the line multiDexEnabled true in **/proj.android-studio/app/build.gradle file at defaultConfig section.

It is resolved with compile setup:

  • template : default
  • AndroidStudio: checked
  • APP-ABI : armeabi-v7a
  • other options by default