C:\Program Files\Java\jdk1.8.0_11\bin\java.exe'' finished with non-zero exit value

dexOptions {
javaMaxHeapSize "4g"
}

android {
compileSdkVersion 28
buildToolsVersion '28.0.1'
defaultConfig {
minSdkVersion 19
targetSdkVersion 28
multiDexEnabled true
applicationId 'com.zongyi.wmss.mi'
ndk {
abiFilters 'armeabi-v7a', 'x86'
}
versionCode 24
versionName '2.4'
}
dexOptions {
javaMaxHeapSize "4g"
}
lintOptions {
abortOnError false
}
}

posted @ 2020-09-03 16:22  九块  阅读(1594)  评论(0编辑  收藏  举报