Reputation: 5850
I want to retrieve a list of android emulators from the terminal. How do I achieve this? I'm using ubuntu.
Upvotes: 10
Views: 14107
Reputation: 707
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.
Upvotes: 3