1

After disable instant run I cannot deploy my application to device. If instant run is enable every thing works fine.

Error:Execution failed for task ':app:transformClassesWithDexForEnemDebug'.

com.android.build.api.transform.TransformException: com.android.ide.common.process.ProcessException: java.util.concurrent.ExecutionException: com.android.dex.DexException: Multiple dex files define Lbolts/AggregateException;

Guilherme Torres Castro
  • 15,135
  • 7
  • 59
  • 96
  • seems like a bug in the version – Vivek Mishra Apr 25 '16 at 12:46
  • check this http://stackoverflow.com/questions/32807587/com-android-build-transform-api-transformexception and http://stackoverflow.com/questions/32807587/com-android-build-transform-api-transformexception – Bharatesh Apr 25 '16 at 13:31

1 Answers1

0

Check your SDK Location, this happened with me also, what resolved it was, resetting my android sdk location...its a bug with studio, hope it helps....if this doesnot help do tell me...

Ashwani
  • 1,294
  • 1
  • 11
  • 24