gpt4 book ai didi

java - 错误 : Execution failed for task ':app: lintVitalRelease' any one can solve it?

转载 作者:IT老高 更新时间:2023-10-28 21:04:14 29 4
gpt4 key购买 nike

为什么我得到这个错误我尝试清理和重建应用程序并制作应用程序发布为真,我得到同样的错误

Error:Execution failed for task ':app:lintVitalRelease'. java.lang.IllegalStateException: Expected BEGIN_ARRAY but was STRING at line 1 column 1 path $

    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 {
}

}

最佳答案

要找出 lint 失败的原因,请执行以下操作:

  1. 运行 lintVitalRelease

您可以在 Gradle 窗口中进行操作

enter image description here

  1. 在运行选项卡下,您将看到错误日志

enter image description here

对我来说,这是 ConstraintLayout XML 中的错误约束。

enter image description here

关于java - 错误 : Execution failed for task ':app: lintVitalRelease' any one can solve it?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/49286268/

29 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com