7

I had update android studio 2.2.3 to 2.3. After updating Standalone SDK manager not showing. So, I am trying to launch SDK Manager.exe from path(C:\Android\SDk\SDK Manager.exe) but not opening SDK manager.

How can i solved this problem?

Jigar Shekh
  • 2,800
  • 6
  • 29
  • 54

2 Answers2

5

The standalone SDK manager has been deprecated, the new one can be accessed from the bin directory of the SDK:

android_sdk/tools/bin/

https://developer.android.com/studio/command-line/sdkmanager.html

Mina Wissa
  • 10,923
  • 13
  • 90
  • 158
  • 3
    But this is just command line. I think the standalone graphical sdk manager has been removed. – abeljus Apr 06 '17 at 15:01
0

Go to file--->setting---->Android SDK

Check your SDK path and then lauch your SDK manager again otherwise try to update your sdk along with android studio sdk inaterface.