SDK problem in Android Studio installation

0

I'm having trouble installing Android Studio. I simply can not solve this problem of installing SDK's in the folder:

Before he was warning that there were upgrades in the location of my folder, and really had, it was the username of my account in windows 10 (user), so I changed and still he does not recognize. Does anyone know how to solve this print problem?

    
asked by anonymous 06.10.2016 / 21:58

1 answer

1

I had the same problem and decided as follows:

  

1) Delete your SDK

     

2) Create a folder called Android in root C:

     

3) Download google's Android site the basic sdk (download version   load installer)

     

4) unzip the c: / Android folder

     

5) Run the manager that came with the adk (SDK Manager.exe) 6) Install   all packages needed for your project

     

7) Open Android Studio, do not start any projects.

     

8) Click Configure (at the bottom of the window) and select SSDK Manager

     

9) in the Andorid Sdk Location field you select the sdk folder that you downloaded   It will look like this (C: \ Android \ sdk)

I did this and solved it. I hope it helps you too

    
06.10.2016 / 22:32