Gradle Build only a flavour

后端 未结 4 2042
迷失自我
迷失自我 2020-12-02 06:47

Could someone tell me if it\'s possible to build only one of my different flavors through the command-line?

At the moment I haven\'t seen the way to execute, for ex

4条回答
  •  无人及你
    2020-12-02 07:07

    To add to the above answers, if you want to build an Android Bundle (AAB) then you can use this

    # build flavor 'flavorName' only
    ./gradlew bundleFlavorName
    

提交回复
热议问题