Problem to execute project [closed]

-1

I can not run my project from the error

  

"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 "

mysql-connector-java: 5.1.38 it executes, but the app does not work.

    
asked by anonymous 30.12.2015 / 00:04

1 answer

0

My friend, I was also breaking my head because of this. I solved it as follows: Download a connector with a version below it! I'm using mysql-connector-java-3.0.17. Drop it, and put it in the libs folder. Here it worked round!

    
17.01.2016 / 20:28