Jack
Jack

Reputation: 13

Unable to find Android SDK Tools in Android Studio

I have an Android Studio of version 4.1.1 in which

Android Studio -> Tools -> SDK Manager -> SDK Tools traversing to this does not show Android SDK Tools to download, Http proxy is selected to no proxy, no vpn is connected for internet.This is my screen. Is there a way to get Android SDK Tools option and download from the SDK tools? Are there any options in the IDE to enable and download? Any type of help will be considered. thank you!

Upvotes: 1

Views: 676

Answers (2)

zhangxaochen
zhangxaochen

Reputation: 34047

Uncheck the "Hide Obsolete Packages" and you should be able to find the SDK Tools.

enter image description here

If still not, you can check the "SDK Update Sites", to see whether these URLs are imported and nicely enabled enter image description here

Upvotes: 0

Marlon
Marlon

Reputation: 26

It's showed for me when I unchecked the "Hide Obsolete Packages" checkbox in the right bottom.

Print od the SDK Tools window

Upvotes: 1

Related Questions