Where is Android AVD Manager located on Mac?

user2419241 picture user2419241 · Jun 2, 2013 · Viewed 40.9k times · Source

How can I run AVD Manager on Mac? I mean what is the exact file name which I should double-click on to run AVD Manager? I found android-sdk folder but can't understand where is the executable file... At the same time it is not shown in Eclipse under Window menu tab.

Answer

Diego Torres Milano picture Diego Torres Milano · Jun 2, 2013

Go to <ANDROID_SDK>/tools and double-click on android, it will open. Then in the menu select Tools -> Manage AVDs.

UPDATE

The android command is no longer available.

For manual SDK and AVD management, please use Android Studio. For command-line tools, use tools/bin/sdkmanager and tools/bin/avdmanager.