Standalone SDK Manager option in Android Studio 2.3

后端 未结 7 1252
遇见更好的自我
遇见更好的自我 2020-12-01 06:03

I have recently updated Android Studio from 2.2.3 to 2.3. Now can\'t see the option \"Launch Standalone SDK Manager\", which is useful to check for updates, google play serv

相关标签:
7条回答
  • 2020-12-01 06:21

    Can't working on Android Studio 2.3.3


    On Mac :

    /Users/YourAccount/Library/Android/sdk/tools

    click android, you'll see standalone SDK manager


    On Windows :

    C:\Productivity\android-sdks\tools

    double click on android.bat, standalone SDK Manger will be launched (see image below).

    0 讨论(0)
  • 2020-12-01 06:21

    As the standalone sdk manager has been deprecated in favor of studio builtin sdk manager, there's a workaround to get back the standalone sdk manager.

    Step1.
    Download command line sdk tools for your platform:
    http://dl.google.com/android/installer_r24-windows.exe
    http://dl.google.com/android/android-sdk_r24-windows.zip

    the links refer to an old distribution intentionally (see note below).

    Step2.
    Copy the SDK Manager.exe, tools/android.bat and tools/lib/archquery.jar into your existing sdk to which android studio is currently being pointed.

    Step3.
    Run SDK Manager or tools/android.bat and you will get back your beloved standalone sdk manager while having latest android studio > 2.3

    Note
    if you download latest command line tools for sdk, you wont be able to find the archquery.jar which is required to run the standalone sdk utility.

    0 讨论(0)
  • 2020-12-01 06:26

    If you are a Xamarin user, you can install the Xamarin Android SDK Manager, available on the Visual Studio Marketplace which will give you an interface like this:

    NOTE: The Xamarin SDK manager has to be accessed from visual studio, but it will (should) work on both windows and mac

    0 讨论(0)
  • 2020-12-01 06:35

    You can open it from your SDK path which in my case is

    C:\Users\Akshay\AppData\Local\Android\sdk

    Double click on SDK Manager.exe and it will open standalone SDK manager, refer attached Screenshot.

    0 讨论(0)
  • 2020-12-01 06:36

    Even I had this issue when I updated to Android Studio 2.3

    Click on Configure on the bottom left side

    Select the Check Box to Show Package Details on the bottom left side

    Move between the different tabs as per your requirements.

    0 讨论(0)
  • 2020-12-01 06:42

    In this latest version (2.3.1 and 2.3.1+), after some digging, I found a faster way to open AVD and SDK: In the welcome interface of Android Studio, after pressing CTRL+SHIFT+A, a search box will jump out, then you can input "AVD", the AVD manager will come out. To open SDK is the same way.

    However, AVD does not work in the welcome interface but SDK works. If you want to use CTRL+SHIFT+A to quickly open AVD you must create a new project and open AVD in the project interface.

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