Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android studio SDK manager is missing

I am following this ionic tutorial and having some trouble with setting up the SDK in Android Studio in order to test my ionic project. I am looking for the SDK manager however it seems to be missing. When I select the configure drop down menu there should be an SDK manager option however it is absent (as you can see in the following image):

configure

Likewise when I select settings > Appearance and Behaviour > System settings, Android SDK should be an option here.

settings

I tried selecting project structure and adding a new SDK like this answer however Android SDK was not an option as you can see in the following image.

enter image description here

Note: I had installed Android Studio a few years ago and it was working but uninstalled it again. I've tried to make sure everything was cleaned out before installing it again (i.e deleted the AndroidStudioProjects folder that was left) however I'm not sure what else to look for.

Also If there is another way I can test my ionic build (as opposed to downloading android studio) then I would be grateful if you could advise. Thank for any help.

like image 427
Sarah Avatar asked Jul 07 '18 10:07

Sarah


People also ask

Can not find SDK manager in Android Studio?

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.

How do I fix Android SDK missing?

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.


1 Answers

It's actually on the Welcome screen now, under the Configure menu

sdk manager in android studio

I couldn't find it from within the IDE when editing a project. If you have a project open, be sure to click File / Close Project to return to the Welcome screen.

like image 158
bobobobo Avatar answered Sep 20 '22 12:09

bobobobo