I am a beginner and when I try to run "Hello world" app in emulator there is always one error and it states :
Error:Execution failed for task ':app:transformClassesWithMultidexlistForDebug'. com.android.build.api.transform.TransformException: 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
Everybody is saying that I should add: multiDexEnabled
true, but it does not help at all. PLEASE HELP ME :) I would just like to view my app in emulator...
Thank you!!!