The Build Variant Quick-Selector Android Studio plugin helps make changing your selected Build Variant
much simpler when your project has multiple Build Flavor
and/or Build Type
relationships.
The plugin is published under the JetBrains Plugins Repository (see here) and can be installed following these simple steps:
- Open Settings menu (
Ctrl Alt S
). - Access Plugins section.
- Click Browse repositories... button.
- Search for Build Variant Quick-Selector and click Install button.
This plugin adds a new Switch All Build Variants... menu action right after Select Build Variant... in the Build menu.
- Also accessible via
Command + Shift + V
- Finds common variant scopes for all modules
- Select a fully-qualified variant name for each type listed
- Wait for any
Gradle
sync to complete
The plugin invokes the same updates as a single variant change from the Build Variants
tool window.