0

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

also when i want to download sdk it shows like this :enter image description here

mohamed.bc
  • 35
  • 3
  • 9

7 Answers7

2

just download the latest api (API 27) and your desired android version. enter image description here

1

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

1

I met this problem, use administrator privileges to open the Android studio is solved

Feil Tel
  • 11
  • 2
0

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.

Muhammad Saad Rafique
  • 2,786
  • 1
  • 9
  • 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
0

You have to download android studio :-

https://developer.android.com/sdk/installing/index.html?pkg=tools

How to update and setup :-

http://developer.android.com/tools/help/sdk-manager.html

enter image description here

enter image description here

duggu
  • 35,841
  • 11
  • 112
  • 110
0

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

CDias
  • 1
  • 2
0

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.

Milan Hirpara
  • 469
  • 4
  • 16
  • 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