Execution failed for task ':app:transformClassesWithDexForGoogleDebug'. > com.android.build.api.transform.TransformException:
I`ve got same problem and I fixed it with disabling Instant Run in Android Studio -> Preferences (search for "instant run" or) -> "Build, Execution, Deployment" -> Instant Run -> Enable Instant Run -> turn offThanks to @Balki for his answer !
File -> setting -> Build... -> Instant Run -> Enable Instant Run -> turn off
链接地址:
http://stackoverflow.com/questions/37347082/execution-failed-for-task-apptransformclasseswithdexfordebug-while-migrating
本文介绍了如何解决在使用Android Studio进行开发时遇到的'Execution failed for task':app:transformClassesWithDexForGoogleDebug'错误。通过关闭Instant Run功能可以有效避免此问题。

被折叠的 条评论
为什么被折叠?



