gpt4 book ai didi

android - 错误 :null value in entry: mainDexListProguardOutputFile=null

转载 作者:太空狗 更新时间:2023-10-29 16:28:12 26 4
gpt4 key购买 nike

我在构建 gradle 时在 Android studio 中遇到此错误。

Error:null value in entry: mainDexListProguardOutputFile=null

build.gradle:

apply plugin: 'com.android.application'

android {

compileSdkVersion 24
buildToolsVersion '25.0.0'
defaultConfig {
applicationId "xxx"
minSdkVersion 15
targetSdkVersion 24
versionCode 14
versionName '2.4'
}
buildTypes {
release {

debuggable false
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'

}
debug {
debuggable true
minifyEnabled true
}
}
productFlavors {
}
}

repositories {
mavenCentral()
}

dependencies {
---
}
apply plugin: 'com.google.gms.google-services'

clean build 没有工作,我该如何解决这个问题?

最佳答案

来不及回答我自己的问题:

delete .gradle folder from root directory then rebuild.

关于android - 错误 :null value in entry: mainDexListProguardOutputFile=null,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/44540050/

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