Can't find SDK Manager.exe in Android SDK folder

╄→гoц情女王★ 提交于 2019-12-03 13:41:21

I had to install an older version https://dl.google.com/android/installer_r24.4.1-windows.exe and update it. Going from there worked

To open the SDK Manager from Android Studio, click Tools > Android > SDK Manager or click SDK Manager in the toolbar. If you're not using Android Studio, you can download tools using the sdkmanager command-line tool.

Check this link: https://developer.android.com/studio/intro/update.html#sdk-manager

Go to android_sdk/tools/bin/ open cmd and type sdkmanager and hit enter you can use command prompt for it

I found C:\NVPACK\android-sdk-windows\tools\android.bat

When I ran it, it brought up SDK Manager.

Which was nice, because I couldn't find SDK Manager in the C:\NVPACK\android-sdk-windows\lib folder like I was told it would be there.

You can find Android SDK Manager.exe file in the following folder:

C:\Users[account]\AppData\Local\Android\sdk (sdk1 in my case)

You can tap on that and you will get the Android SDK Manager screen.

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!