Don't see Android SDK and AVD Manager when exe

2019-02-03 07:26发布

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

11条回答
看我几分像从前
2楼-- · 2019-02-03 07:55

Suppose the SDK is installed in the opt folder, you could try the following command:

sudo /opt/android-sdk/tools/android ; exit;

This will open the SDK manager.
You need the sudo as often the storing folder (opt in this case) is protected from writing.

查看更多
爷的心禁止访问
3楼-- · 2019-02-03 07:55

I've solved. You are not in java perspective. Open going to Window -> Open Perspective -> Java.

查看更多
在下西门庆
4楼-- · 2019-02-03 08:00

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

查看更多
我命由我不由天
5楼-- · 2019-02-03 08:02

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

查看更多
神经病院院长
6楼-- · 2019-02-03 08:03

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.

  • execute the "android" tool with no arguments in the "Tools" window,
  • select "Manage AVDs"
查看更多
兄弟一词,经得起流年.
7楼-- · 2019-02-03 08:04

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.

查看更多
登录 后发表回答