I have a problem with Parse. I had sdk (loaded on Parse.com and unpacked the folder inside / libs in my project), and when I build everything is fine.
But when I run the application, I have the following error:
Error: execution completed for task ': app: transformClassesWithDexForDebug'.
com.android.build.api.transform.TransformException: com.android.ide.common.process.ProcessException: org.gradle.process.internal.ExecException: Process 'command' C: \ Program Files \ Java \ jdk1.8.0_66 \ bin \ java.exe '' completed with nonzero exit value 2
I do not know what to do, I searched and tried everything that I found in StackOverflow and the github repo from Parse, but nothing works: /
Any idea?
Thanks in advance for your reply.
source
share