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:
How do I revert it? Please help
Suppose the SDK is installed in the
opt
folder, you could try the following command:This will open the SDK manager.
You need the sudo as often the storing folder (opt in this case) is protected from writing.
I've solved. You are not in java perspective. Open going to Window -> Open Perspective -> Java.
You can use the command line for opening Android SDK Manager, but make sure Android SDK manager is installed in your machine.
Use this command in terminal:
./android avd
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
I downloaded and installed Android 4.0.3 (API 15) today and there is no "avd" tool in the /tools/ or the /platform-tools/ folder. However, you can access the Android Virtual Device Manager (AVD Manager) through the Android SDK Manager.
On the Run Configurations screen, there is a "Manager..." button, which will open up the AVD Manager. You must first select "Automatically pick compatible device..." to enable the "Manager..." button.