从cordova创建android构建时获取此信息
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'
gradle文件是在cordova中自动生成的,因此不知道将其添加到何处。 在cordova中使用angularjs。
尝试更改类路径,即更改dustributionURL,并且当您更改distributionUrl时,在进行另一次构建时也会更改。