I have installed android studio 3.0.1 in new PC.
when i open android studio, a message say :

- 47
- 4
- 10
-
refer https://stackoverflow.com/questions/28789556/android-studio-sdk-tools-directory-is-missing – sasikumar Feb 19 '18 at 09:23
-
Not helpful :\ @sasikumar – mohamed.bc Feb 19 '18 at 09:32
7 Answers

- 51
- 2
-
-
click on the box near the android API 27, and the box near your android version. and then press ok, and android studio will start the download. – Steven Sugatov Feb 19 '18 at 09:39
-
@StevenSugatov, those boxes are not enabled unless you can provide studio with an SDK to begin with. – Jason Mitchell Sep 17 '19 at 22:12
if you already have a sdk installed then give it's path in the box followed by android sdk location . otherwise use this link https://developer.android.com/sdk/download.html

- 91
- 6
-
-
-
after downloading give the path in box followed by android sdk location – Muhammad Ahsan Feb 19 '18 at 09:39
-
-
The issue is that URL redirects to the studio page. Obviously the OP already has the studio. They must have moved the SDK. Or they want the studio to manage sdk installations, but the program is easily soft locked out of having an SDK and there seems to be no way forward in the program and the resource on the net has been redirected. – Jason Mitchell Sep 17 '19 at 22:04
I met this problem, use administrator privileges to open the Android studio is solved

- 11
- 2
Buddy if you have downloaded sdk then provide path for sdk folder other wise download latest sdk and give path in your android studio for that:
Go to settings>appearance and behavior>android sdk>
Then in android sdk location click on edit. There you have to provide path for downloaded sdk.

- 3,158
- 1
- 13
- 21
-
What if you have never installed the SDK? The current url for the SDK just redirects to studio. If it's so confident that the SDK is already installed so it refuses to install it, then why can't it automatically select the directory with it? – Jason Mitchell Sep 17 '19 at 22:02
You have to download android studio :-
https://developer.android.com/sdk/installing/index.html?pkg=tools
How to update and setup :-

- 37,851
- 12
- 116
- 113
Click edit to provide the path of where u want to store the sdk in And then the checkboxes in the list will enable If not then download the sdk from the Android link separately and provide the path after extracting the sdk
As for downloading apis we can download it via sdk manager in the sdk zip or from the Android studio

- 1
- 2
just delete all you did and get new android studio setup from link below : https://developer.android.com/studio/index.html
it will install sdk-tools together.

- 534
- 4
- 18
-
can you tell in brief what exactly problem you are facing, which operating system you have. i have tested it in windows os, and it works fine. android studio setup asks for installing required components on first time, you can later install whatever you need to install as an extra. – Milan Hirpara Feb 20 '18 at 08:38