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

后端 未结 11 569
爱一瞬间的悲伤
爱一瞬间的悲伤 2020-12-29 08:49

I\'m developing android on Mac OS.

In the first time, I use android tool command (/tools/android) to launch Android SDK and

相关标签:
11条回答
  • 2020-12-29 09:37

    In the Android tool, you can select from the menu bar Tool then Manage AVDs...

    0 讨论(0)
  • 2020-12-29 09:37

    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.

    0 讨论(0)
  • 2020-12-29 09:43

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

    0 讨论(0)
  • 2020-12-29 09:44

    I had to add the AVD manager to the menu. in Default Preferences I navigated to Appearance & Behavior > Menus & Toolbars

    I found AVD Manager under Main Menu > Tools > Android I clicked on AVD Manager, then clicked "Add After" and found the tools menu, and added the item inside the tools menu. Restarted AndroidStudio, and the menu item was there under a submenu

    0 讨论(0)
  • 2020-12-29 09:47

    So you are missing the AVD mannager? This newer update has separate executables for SDK and AVD, so you don't have to wait the SDK to update library. The "AVD manager" executable resides in the same folder as the "SDK manager". Try manualy navigating there. I don't use Mac so I can't help you there, but it should be in the same folder.

    0 讨论(0)
提交回复
热议问题