为什么我得到这个错误,我尝试清理和重建应用程序,并使 应用程序发布真,我得到相同的错误
错误: 任务“ : app: lintVitalrelease”执行失败。 Lang.IllegalStateException: 预期 BEGIN _ ARRAY,但是在第1行列1路径 $处为 STRING
apply plugin: 'com.android.application'
android {
compileSdkVersion 25
buildToolsVersion '26.0.2'
useLibrary 'org.apache.http.legacy'
defaultConfig {
applicationId "x.x.x"
minSdkVersion 15
targetSdkVersion 25
versionCode 95
versionName '5'
multiDexEnabled true
}
buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}
productFlavors {
}
}