I am relatively new to app development, and I am attempting to test my app *Just a simple hello world to get started" on the AVD emulator. However, when the emulator is loading, I get the exact error: "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"
When the emulator launches, I cant find my app anywhere on the screen, and I believe it is due to this error which occurs during the loading process. Can anyone help me please