Ahmed Mahmoud
Ahmed Mahmoud

Reputation: 179

Your Android SDK is missing, out of date or corrupted

I tried to install android studio after installing Java SE 9 version an get this error enter image description here

Upvotes: 16

Views: 31364

Answers (5)

simon henry
simon henry

Reputation: 31

All the above answers have DIFFERENT MENUs to me.

"Files -> setting -> Android SDK -> you can see the 'edit' that you can change the path of the Android SDK. -> click the download button"

No download button

"File > Setting > Appearance & Behavior > System Settings > Android SDK > [Edit] Button Click (Blue Color Link Button)"

No Android SDK button

"Open the Preferences window by clicking File > Settings (on Mac, Android Studio > Preferences). In the left panel, click Appearance & Behavior > System Settings > Updates. Be sure that Automatically check for updates is checked, then select a channel from the drop-down list (see figure)."

No drop down list

Upvotes: 0

BumJong Hahm
BumJong Hahm

Reputation: 201

  1. File > Setting > Appearance & Behavior > System Settings > Android SDK > [Edit] Button Click (Blue Color Link Button)

  2. then, it will be show a Dialog [ SDK Setup ]

  3. push [Next] button & [Finish] button

Good Luck ~~ ♪♬ (^.^)

Upvotes: 20

Ryuoon
Ryuoon

Reputation: 421

Files -> setting -> Android SDK -> you can see the 'edit' that you can change the path of the Android SDK. -> click the download button

Upvotes: 42

Dhaval Jardosh
Dhaval Jardosh

Reputation: 7299

To change the update channel for an existing install, proceed as follows:

  1. Open the Preferences window by clicking File > Settings (on Mac, Android Studio > Preferences).
  2. In the left panel, click Appearance & Behavior > System Settings > Updates.
  3. Be sure that Automatically check for updates is checked, then select a channel from the drop-down list (see figure).
  4. Click Apply or OK.

enter image description here

It's from Android Developers Guidelines

Upvotes: 4

Alesandro Giordano
Alesandro Giordano

Reputation: 381

You can go to you sdk manager and download the lastest API for sdk platform, all of sdk tools and check for SDK Update Sites

Upvotes: -5

Related Questions