0

This error occurs everytime i try to run any code in external device for debugging in android studio

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

com.android.ide.common.process.ProcessException: org.gradle.process.internal.ExecException: Process 'command 'C:\Program Files\Java\jdk1.7.0_79\bin\java.exe'' finished with non-zero exit value 1
the_unknown_spirit
  • 2,518
  • 7
  • 34
  • 56

1 Answers1

0
 multiDexEnabled true

can help yours or clean and rebuild project.

Ashish
  • 371
  • 3
  • 18