This script simplifies the process of starting Android emulators for development purposes. It provides a convenient command-line interface to list available emulators and start the selected one with ease.
- Lists all available Android emulators.
- Provides an interactive menu for selecting the desired emulator.
- Starts the selected emulator with a single command.
- Clone or download this repository to your local machine.
- Ensure you have the necessary permissions to execute the script:
chmod +x start_avd.sh
. - Run the script:
./start_avd.sh
.
- Clone or download this repository to your local machine.
- Open Command Prompt and navigate to the directory containing the script.
- Run the script:
start_avd.bat
.
- Run the script according to your operating system.
- Follow the on-screen instructions to select the desired emulator.
- The selected emulator will be started automatically.
$ ./start_avd.sh Available AVDs:
- Pixel_6_API_30
- Nexus_5X_API_28
- Pixel_3a_API_29 #? 1 Starting AVD: Pixel_6_API_30
start_avd.bat Available AVDs:
- Pixel_6_API_30
- Nexus_5X_API_28
- Pixel_3a_API_29 #? 1 Starting AVD: Pixel_6_API_30
- This script is compatible with macOS, Linux, and Windows operating systems.
- It requires the Android SDK tools to be installed and configured on your system.
Contributions are welcome! If you have any suggestions, bug reports, or feature requests, please open an issue or submit a pull request.
This project is licensed under the MIT License. See the LICENSE file for details.