Reputation: 179
I tried to install android studio after installing Java SE 9 version an get this error
Upvotes: 16
Views: 31364
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
Reputation: 201
File > Setting > Appearance & Behavior > System Settings > Android SDK > [Edit] Button Click (Blue Color Link Button)
then, it will be show a Dialog [ SDK Setup ]
push [Next] button & [Finish] button
Good Luck ~~ ♪♬ (^.^)
Upvotes: 20
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
Reputation: 7299
To change the update channel for an existing install, proceed as follows:
- 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).
- Click Apply or OK.
It's from Android Developers Guidelines
Upvotes: 4
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