在app:下的build.gradle文件夾中加入如下兩行代碼:
aaptOptions.cruncherEnabled = false
aaptOptions.useNewCruncher = false
如:
android {
compileSdkVersion 26
buildToolsVersion "25.0.2"
aaptOptions.cruncherEnabled = false
aaptOptions.useNewCruncher = false
defaultConfig {
applicationId "com.bxph.p2p"
minSdkVersion 14
targetSdkVersion 26
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_7
targetCompatibility JavaVersion.VERSION_1_7
}
}
再次構(gòu)建,如果還是不行,就試試升級gradle