错误:任务“:app:lintVitalRelease”的执行失败,任何人都可以解决它吗?
为什么我得到这个错误,我试图清理和重建应用程序,使应用程序发布真实,我得到同样的错误
错误:任务“:app:lintVitalRelease”的执行失败。java.lang.IllegalStateException: expected BEGIN_ARRAY 但在第 1 行第 1 列路径 $
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 {
}
}