gpt4 book ai didi

java - 在 Android Studio 中使用 Gradle 风格

转载 作者:行者123 更新时间:2023-11-29 18:48:29 25 4
gpt4 key购买 nike

我想制作一个有两个不同版本的 Android 应用程序。

这就是我想要的

Main Screen 调用类中名为 Execute

的方法

现在我想要两个不同版本的Execute class。我们将第一个版本称为 Flavor1,将第二个版本称为 Flavor2Flavor1 需要名为 Test1 的库的帮助。而 Flavor2 Execute 类将需要名为 Test2 的库的帮助。

现在我想要实现的是,当我尝试构建 Flavor1 时,Test 2 库不应包含在 APK 文件。当我构建 Flavor2 时,Test1 库不应包含在 APK 文件 中。

这就是场景

Main Class --> Execute Class

Execute Class(Flavor1)-->Test1 Library

Execute Class(Flavor2)-->Test2 Library

Building Flavor1 should not contain Test2 Library

Building Flavor2 Should not contain Test1 Library

有什么办法可以实现吗?任何帮助将不胜感激。

最佳答案

如果你已经适本地定义了 flavor,你可以有如下特定于 flavor 的实现:-

假设我根据口味有两个不同的应用程序兼容版本

flavorOneImplementation 'com.android.support:appcompat-v7:27.0.2'
flavorTwoImplementation 'com.android.support:appcompat-v7:24.2.0'

关于java - 在 Android Studio 中使用 Gradle 风格,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/51308977/

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