0

I've started to learn to make Android apps recently but I've faced a problem in launching Android Studio!

I downloaded android studio and also downloaded SDK tools from here ( I downloaded them separately ) and when I give SDK path to the Studio, it installs SDK successfully but when the project opens, it says that some Android SDK tools are missing!

Error :Gradle sync failed: Failed to find target with hash string 'android-26' in: E:\android-sdk

I'm confused because I can find no problem in my downloading and installing but there is an error!

What should I do?

Milind Mevada
  • 3,145
  • 1
  • 14
  • 22
alilolo
  • 151
  • 1
  • 1
  • 9
  • See this question https://stackoverflow.com/questions/33417537/failed-to-find-target-with-hash-string-android-23 – code4rox Jul 30 '18 at 10:09
  • Click on `Tools -> SDK manager` and verify that the `Api 26` is installed in your computer and also verify that you have installed all the supporting tools . – Mahavir Jain Jul 30 '18 at 10:09
  • I checked it but there were no SDK manager in that file! – alilolo Jul 30 '18 at 10:17

1 Answers1

0

install android studio and sdk also( not separately) then create a new project and build them, and if it work then, you can move your sdk file and then connect the path your sdk. i think you tried separately and some how any data are being missing .

Alwayss Bijoy
  • 778
  • 9
  • 15