Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Don't see Android SDK and AVD Manager when execute android tool command

I'm developing android on Mac OS.

In the first time, I use android tool command (<sdk>/tools/android) to launch Android SDK and AVD Manager as this link: http://developer.android.com/sdk/adding-components.html. It's OK. In Mac OS, the program's UI is same as in Windows as the images in the link.

But now, when I run that command, it only start Android SDK Manager as the image below:

enter image description here

How do I revert it? Please help

like image 353
vietstone Avatar asked Nov 14 '11 09:11

vietstone


1 Answers

From the Terminal change to the <sdk>/tools/ directory and type the following to display the AVD Manager window (I'm using android-sdk r15):

$ android avd

like image 128
alefteris Avatar answered Oct 17 '22 15:10

alefteris