Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

Tags:

android

sdk

I need to install some packages in Android SDK Manager, but in my SDK folder there isn't the .exe file (There is only the AVD Manager and the folders).

How can I find it? My SDK works normally with Android Studio, without problems, it's strange that SDK Manager.exe isn't there.

like image 763
Andrean Avatar asked Nov 13 '15 22:11

Andrean


People also ask

Where is the Android SDK Manager located?

To open the SDK Manager from Android Studio, click Tools > 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. When an update is available for a package you already have, a dash appears in the check box next to the package.

Can not find SDK manager in Android Studio?

The Cause for this error -SDK tools package might not be installed. Quick fix: Go to the Tools –> SDK manager –> SDK tools. Deselect Hide obsolete packages option on the right bottom and further install Android SDK Tools(obsolete). A new folder named Tools is now generated in the SDK directory.

How do I fix Android SDK Manager not found?

You need to open Android Studio then go to Tools > SDK Manager > SDK Tools tab, uncheck the option Hide Obsolete Packages. And install Android SDK Tools and Android SDK Command-line Tools.

How do I find my SDK Manager?

The sdkmanager tool is provided in the Android SDK Command-Line Tools package. To use the SDK Manager to install a version of the command line tools, follow these steps: Download the latest "command line tools only" package from the Android Studio downloads page and unzip the package.


3 Answers

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

like image 105
Aakash Pahuja Avatar answered Oct 06 '22 00:10

Aakash Pahuja


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.

like image 37
Payal Avatar answered Oct 05 '22 23:10

Payal


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.

like image 39
user1276260 Avatar answered Oct 06 '22 00:10

user1276260