Installing Parse on Android Studio 1.5 [closed]

3
Hello, I'm having difficulty installing Parse in my project, I include the library (Parse-1.11.0.jar) in the libs folder, I change the manifest.xml with the permissions, in the java class, in the OnCreate method I I include the call, in Gradle I include dependencies in the compile information, but always gives this error: FAILURE: Build failed with an exception.

  • What went wrong: Execution failed for task ': app: dexDebug'.
      

    com.android.ide.common.process.ProcessException: org.gradle.process.internal.ExecException: Process 'command' C: \ Program Files \ Java \ jdk1.8.0_31 \ bin \ java.exe '' finished with non-zero exit value 2

Any tips? Thanks for the help in advance.

    
asked by anonymous 21.11.2015 / 10:24

0 answers