- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我从 the documentation 了解到(转载如下)那个 Build Variants
在 Gradle 期间生成 sync
,但我怎么能保留一个特定的 “事件”或 已选择 在 Android Studio
?
问题是,在 checkout 一个分支后,我找到了 已选择 构建变体已被重置。
我在任何项目 ( idea
) 文件中都找不到“事件构建变体”设置。
可能已经看过这个 related question .
谢谢。
文档来自 developer.android.com
:
After the [Gradle] sync completes, Gradle automatically creates build variants based on your build types and product flavors, and names them according to . For example, if you created "demo" and "full" product flavors, and kept the default "debug" and "release" build types, Gradle creates the following build variants:
demoDebug
,demoRelease
,fullDebug
,fullRelease
You can change the build variant to whichever one you want to build and run—just go to
Build
>Select Build Variant
and select one from the drop-down menu.
最佳答案
更新:
大概 Android Studio 3.3+ 是要走的路,作为新功能仅同步事件变体 被介绍了。
文件 → 设置 → 实验 → Gradle → 仅同步事件变体
这里是。红色矩形圈出的那个是事件构建变体 .
有关如何禁用强制 gradle 同步:
转到“设置”->“外观和行为”->“系统设置”
取消选中“ 在框架或编辑器选项卡激活上同步文件 ”
但请记住,每当您对 Gradle 进行更改时,请单击“ Sync Project with Gradle Files ”按钮。
关于android-studio - 如何在 Android Studio 中选择某些 Build Variant?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/53529464/
我是一名优秀的程序员,十分优秀!