How to build product flavors from Android Studio?

后端 未结 3 757
时光说笑
时光说笑 2021-02-02 05:35

I have defined some product flavors in my build.gradle. I am able to successfully build them using gradlew.

I can\'t figure out how I do so from the Androi

3条回答
  •  既然无缘
    2021-02-02 06:24

    You can Choose the flavor you want to run on device or emulator selecting from the BuildVariants panel

    enter image description here

    To generate all the apk of each flavor , you can run the Gradle build task and the files will appear in the folder yourmodule / build / ouputs / apk .

    Build task can be run from the console or from the task pane Gradle

    enter image description here

提交回复
热议问题