https://github.com/PandoraMedia/variant-helper-plugin
Source for the Build Variant Quick-Selector plugin for Android Studio
https://github.com/PandoraMedia/variant-helper-plugin
Last synced: 22 days ago
JSON representation
Source for the Build Variant Quick-Selector plugin for Android Studio
- Host: GitHub
- URL: https://github.com/PandoraMedia/variant-helper-plugin
- Owner: PandoraMedia
- License: apache-2.0
- Created: 2020-06-04T22:22:54.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-02-10T19:10:23.000Z (about 2 years ago)
- Last Synced: 2024-11-07T11:44:31.872Z (6 months ago)
- Language: Kotlin
- Homepage: https://plugins.jetbrains.com/plugin/14450-build-variant-quick-selector
- Size: 200 KB
- Stars: 14
- Watchers: 4
- Forks: 6
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
Awesome Lists containing this project
- awesome-list - PandoraMedia/variant-helper-plugin - Source for the Build Variant Quick-Selector plugin for Android Studio (Kotlin)
README
# Introduction
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.
# How to install?
The plugin is published under the *JetBrains Plugins Repository* (see [here](https://plugins.jetbrains.com/plugin/14450-build-variant-quick-selector))
and can be installed following these simple steps:1. Open __Settings__ menu (`Ctrl Alt S`).
2. Access __Plugins__ section.
3. Click __Browse repositories...__ button.
4. Search for __Build Variant Quick-Selector__ and click __Install__ button.# How do I use it?
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.