Android studio SDK manager is missing

43,961

Solution 1

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.

Solution 2

You have accidently disabled Android Support plugin in your plugin list. Try enable it and restart Android Studio.

To be detailed: In your first picture, Configure -> Plugins, tick almost everything to enable (for me which is also using Android Studio 3.1.3, there are Android Support, Android APK Support, Firebase Services, Google Developers Samples, Firebase App Indexing, Firebase Testing, Test Recorder, Google Services, Google Cloud Tools For Android Studio, Android NDK Support, Android Games and App Links Assistant), then OK to Restart Android Studio.

Solution 3

Follow these steps after uninstalling previous version of Android studio:

  1. Download SDK zip file from here --> developer.android.com

  2. Extract the zip file.

  3. Copy and paste that extracted folder into Applications/Android Studio/

  4. Open Android Studio. Go to: (Quick Start) / Configure / Project Defaults / Project Structure / (Android SDK Location) and browse SDK folder.
  5. Apply and save.
Share:
43,961
Sarah
Author by

Sarah

Updated on November 25, 2020

Comments

  • Sarah
    Sarah over 3 years

    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.