How to manually install Android SDK in Android Studio

15,850

Solution 1

When you see the above screen(in the screenshot you gave) then press cancel and it will show you "nothing was installed blah blah..." then don't click finish instead click the Close(x) box then you will see the Android Studio Menu from there go to "Configure" from there you can find some option related to SDK path

Solution 2

Just skip this and create a project, then click on project structure from file menu and change sdk path

You can use your old Sdk or download manually a new one and specify its path

Just skip this and create a project, then click on project structure from file menu a

Share:
15,850
Frank Martin
Author by

Frank Martin

Updated on June 14, 2022

Comments

  • Frank Martin
    Frank Martin almost 2 years

    I have installed Android Studio. When I run it then it automatically tries to download Android SDK and due to firewall problem it is unable to download.
    Is there any way to manually download and install this SDK so Android Studio doesn't have to download it automatically?
    I am unable to go past this step because if I click cancel then Android Studio closes. Screenshot given below.

    enter image description here

    EDIT

    Folder structure screenshot below.
    enter image description here

    EDIT
    SDK screenshot below. enter image description here

  • Frank Martin
    Frank Martin over 9 years
    How do I create project? When I open Android Studio, it starts downloading SDK.
  • Noor Nawaz
    Noor Nawaz over 9 years
    If you have alread a sdk copy that and paste in C:\Android\android-studio. I assume you have installed it in C: drive.
  • Frank Martin
    Frank Martin over 9 years
    I have copied folder "android-sdk-windows" (which contain SDK Manager, ADK Manager etc.) inside Android Studio folder but still when I run it, it automatically tries to download SDK and fails.
  • h8pathak
    h8pathak almost 9 years
    Thanks. This helped. We didn't have to finish, instead close the window.