Jigar Shekh
Jigar Shekh

Reputation: 2810

Android Studio 2.3 sdk manager not open

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?

Upvotes: 7

Views: 8238

Answers (2)

user7462841
user7462841

Reputation:

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.

Upvotes: 0

Mina Wissa
Mina Wissa

Reputation: 10971

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

Upvotes: 5

Related Questions