I want to retrieve a list of android emulators from the terminal. How do I achieve this? I'm using ubuntu.
Asked
Active
Viewed 1.1k times
2 Answers
2
go the android sdk path-> then go to the platform-tools -> type the command as "adb devices" you will be able to get the list of connected devices or emulators which are currently running.

change_is_necessity
- 687
- 7
- 24
-
2"adb devices" helps me in retrieving a list of all the devices that are connected. But what if I dont know that I have an emulator 'em42'? I got the answer. You should look into 'root/.android/avd' folder. Thanks for trying to help. :) – Harshal Kshatriya Feb 06 '13 at 07:18