#103. "ADB Concepts-15" - How to display list of all Emulator(i.e. AVD names) in the System
Commands: emulator -list-avds & avdmanager list avd
To display the list of all Android Virtual Devices (AVDs, i.e., emulators) installed on your system, you can use the following command in your terminal or command prompt:
Command for avdmanager:
avdmanager list avd
Alternative:
If avdmanager isn't available or you're using Android Studio's bundled tools, We can use:
emulator -list-avds
Output:
This will print the names of all configured AVDs, e.g.:
Device13
Pixel7Pro11
Pixel8-13
Pixel8
device11
device12
device14
Pixel_4_API_30
Nexus_5X_API_28
These are the names you can use to start an emulator, like this:
emulator -avd Pixel_4_API_30
Note: Make sure the emulator and avdmanager tools are in your system's PATH. They're typically located in the sdk/tools/bin/ or sdk/emulator/ directories.
Get a step-by-step walkthrough in the video below!
🚀 Enhance Your Automation Skills with My Content!
📺 YouTube – AppiumGuide Explore in-depth tutorials and hands-on guides on mobile automation testing. 🔗 Watch Now
✍️ Medium – Articles & Insights Stay updated with expert-written articles on Appium, Selenium, and test automation strategies. 🔗 Read Here
💻 GitHub – Open-Source Contributions Access automation frameworks, sample projects, and best practices in mobile testing. 🔗 Explore Code
👍 𝗟𝗶𝗸𝗲 if you found it helpful!🔁 𝗥𝗲𝗽𝗼𝘀𝘁 with your network!🔖 𝗦𝗮𝘃𝗲 for future use!📤 𝗦𝗲𝗻𝗱 to your connections!💬 𝗖𝗼𝗺𝗺𝗲𝗻𝘁 your thoughts below!