Android连接 Mysql: 解决mysql-connector-java驱动编译时Dex cannot parse version 5...
Error:Error converting bytecode to dex: Cause: Dex cannot parse version 52 byte code. This is caused by library dependencies that have been compiled using Java 8 or above. If you are using the 'java' gradle plugin in a library submodule add targetCompatibility = '1.7' sourceCompatibility = '1.7' to that submodule's build.gradle file. ...while parsing com/mysql/jdbc/JDBC42CallableStatement.class Error:1 error; aborting Error:Execution failed for task ':app:transformClassesWithDexForDebug'. > c...