Standalone SDK Manager option in Android Studio 2.3

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 services, etc.


Solution 1:

It is a deprecated feature: https://code.google.com/p/android/issues/detail?id=235625 There is an option in Android Studio to "Show Package Details".

For manual SDK and AVD management, please use Android Studio. For command-line tools, use tools/bin/sdkmanager and tools/bin/avdmanager

See also: https://www.reddit.com/r/androiddev/comments/5x6adh/android_studio_23_is_now_available_in_the_stable/deg48lj/

Solution 2:

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

Click on Configure on the bottom left side

Then select SDK Manager

Select the Check Box to Show Package Details 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.

Solution 3:

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).

SDK location