Oct 24, 2017

How to know the list of available emulators and connected devices

To find the list of available emulators in your system, follow the below steps.


1. Open the command prompt  / terminal
2. Navigate to android sdk path upto the tools folder (E:\Android_Studio\tools) and run the below command

  • emulator -list-avds





















To find out list of connect devices in your system, follow the below steps.


1. Open the command prompt / terminal
2. Navigate to android sdk path upto the platform-tools folder (E:\Android_Studio\platform-tools) and run the below command

  • adb devices



No comments:

Post a Comment

Mobile App Automation with Appium on Android Emulator/Device

Overview :- Appium  is an open source test automation tool for mobile applications. It allows you to test all the three types of mobile...