Unable to install SDK tools component while installing Android Studio

前端 未结 4 1332
一个人的身影
一个人的身影 2021-01-16 23:42

I\'ve just downloaded latest Android studio from https://developer.android.com/studio/index.html (683MB). While installing this it doesn\'t gives me an option to select Andr

4条回答
  •  星月不相逢
    2021-01-17 00:47

    The SDK folder was empty for C:\Users\userID\AppData\Local\Android\SDK

    For displaying hidden AppData or Local subfolder: Tools, Folder Options, View, Advanced Settings, Files and Folders, select option Show hidden files, folders, and drives.

    The SDK folder should contain the following subfolders: • build-tools. • emulator. • extras. • patcher. • platforms. • platform-tools. • sources. • tools.

    Downloaded the zip file to create the tools subfolder from link, sdk-tools-windows-4333796.zip of section, Command line tools only, Platform Windows within URL, https://developer.android.com/studio Zip file name: sdk-tools-windows-4333796.zip Copied this zip file into C:\Users\userID\AppData\Local\Android\SDK Unzipped this file, which created tools subfolder.

    Downloaded zip file to create the platform-tools subfolder from link, Download SDK Platform-Tools for Windows, within URL, https://developer.android.com/studio/releases/platform-tools.html Zip file name: platform-tools_r28.0.2-windows.zip Copied this zip file into C:\Users\userID\AppData\Local\Android\SDK Unzipped this file, which created platform-tools subfolder.

    Open Android Studio and follow prompts. Other subfolders will be created automatically.

提交回复
热议问题