Android Studio not showing SDK Manager Option in the Tools Menu

In Android studio 4.0.1 it is on right, directly on panel. enter image description here


check if android support is checked in pluggins


Go to Menu bar click -> View button and Select -> Toolbar

Thats it.

Thanks


I installed android studio 3.4 and even i could not see the sdk manager under tools. There are two ways to get to SDK manager:

  1. From the start screen of android studio (popup, where you select a blank project or any other existing project), there is a configure button at the bottom right of the popup. Click that and you would see the option for SDK Manager.
  2. From toolbar Android Studio -> Preferences -> Appearance & Behavior -> System Settings -> Android SDK ( or in preferences window search box type 'sdk' and you will goto this path directly).

Tags:

Android