0

First i downloaded Android studio and run it it says that SDK is missing.But at the same time it says that it is installed.And this box is uncheckable But at the same time it says that it is installed

And shows the directory for SDK that not exist. I looked for that file in whole my computer but didn't find that. So i downloaded SDK file manually and saved that in that default directory as in above picture. Still no result.And If i press next here this will appear Missing file Same here, missing

I've checked all Stackoverflow answers also from other sources but most of them are similar and did't helped me. Really would appreciate who could help me to fix that, have been struggling with this for couple days. HELP!

Stanley
  • 394
  • 1
  • 13

2 Answers2

0

Did you try to manualy set the sdk path:

enter image description here

Ivan
  • 557
  • 1
  • 3
  • 14
  • yes,and that what i got: "Target folder is neither empty nor does it point to an existing SDK installation " – Stanley Aug 03 '18 at 12:25
  • Normally the SDK comes with the android studio but during the installation setup you might have disabled some of the features that it requires. I would sudgest you delete the sdks that you have downloaded and reinstall android studio with the sdk that comes with it. – Ivan Aug 03 '18 at 12:32
0

Download sdk from here

1 open Settings >> A&B >> Android SDK

2 click on edit

3 open file explorer

4 select sdk folder

Brijesh Singh
  • 416
  • 4
  • 8
  • I did exactly like that. Downloaded SDK by myself, and tried to add it's path. And it says like this: "Target folder is neither empty nor does it point to an existing SDK installation ". And still no sdk tho – Stanley Aug 04 '18 at 04:49