简体   繁体   中英

Android Studio is unable to find Android SDK

I have downloaded the latest version of Android 3.0.1.0 along with the command line sdk tools. I unzipped both the files and tried to install Android Studion but it doesn't find SDK. After searching online I put unzipped SDK folder into the following directory C:\\Users\\User-Name\\AppData\\Local\\Android\\Sdk, but it still doesn't find it.I have also heard that Android Studio contains SDk tools but still it is showing no SDK tools.Please help me.I am using windows 7 32-bit OS.

In Android Studio go to:

File → Settings → Appearance & Behaviour → System Settings → Android SDK

and set the location of your SDK

I had the same problem. The real problem was diacritics in my user home folder in windows! (C:\\Users\\Rodiče).

So I renamed it (here are the steps: https://superuser.com/questions/890812/how-to-rename-the-user-folder-in-windows-10 )

and then make symlink (for possible applications which uses the old path):

mklink /J "c:\Users\Rodice\" "c:\Users\Rodiče\"

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM