Amol B.
Amol B.

Reputation: 1

How to remove Error:Execution failed for task ':app:transformClassesWithDexForDebug' of android

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

com.android.build.api.transform.TransformException: com.android.ide.common.process.ProcessException: java.util.concurrent.ExecutionException: com.android.ide.common.process.ProcessException: org.gradle.process.internal.ExecException: Process 'command 'C:\Program Files\Java\jdk1.8.0_92\bin\java.exe'' finished with non-zero exit value 2

Upvotes: 0

Views: 644

Answers (1)

karan vs
karan vs

Reputation: 3364

If your using Android Studio 2.1.2 and buildtoolVersion as 24.0.0. Downgrade it to 23.0.X.

Upvotes: 0

Related Questions