gpt4 book ai didi

android - 如何解决 Android Studio 3.0 中 flavor "normal"没有 flavor 维度的问题?

转载 作者:行者123 更新时间:2023-12-05 00:21:30 26 4
gpt4 key购买 nike

当我打开一个名为 iosched 的谷歌项目时,gradle 构建失败并一直警告我一些关于 flavor 的事情。我试图按照网上的一些建议来解决它,但结果却是警告我这一点。我应该怎么办??我的 Android Studio 版本是 3.0 顺便说一句。

enter image description here

最佳答案

在 app 模块的 build.gradle 中,您必须定义来自 Android Studio 3.0 的 flavorDimensions。所以做类似的事情:
android {
flavorDimensions "example"
}

并在同一模块上的 ProductFlavors 中将其用作:
productFlavors {
a {
dimension "example"
}
b{dimension "example"
}

这里 a 和 b 是产品 flavor 的类型。
欲了解更多信息,请参阅此链接 Configure Build Variants

关于android - 如何解决 Android Studio 3.0 中 flavor "normal"没有 flavor 维度的问题?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/47283719/

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