Unable to Run Android Studio on windows 10

12,030

Finally I make it with the help of the @Alex Belotserkovskiy Useful comment.

What I did :-

1) Formatted my Laptop because its a fresh machine.

2) Installed JDK Version greater than 1.8 as it was suggested on this

link.

3) Set java path

4) Download the latest Version of Android Studio from here

I downloaded the one with SDK and System Image

5) While installing Android Studio ,Run setup by right click and select Run as Administrator

6) While Installing make sure that when setup ask for path of Android Studio and SDK the path should not contains any White Spaces

7) Your are good to go.

8) If face any Issue like hang up of AS on Splash Screen follow my step from question.

Share:
12,030
Pritish Joshi
Author by

Pritish Joshi

Updated on June 05, 2022

Comments

  • Pritish Joshi
    Pritish Joshi almost 2 years

    I am facing very weird problem since I Installed Android Studio on Windows 10 N.

    After complete Installation of Android Studio It's hang on Splash Screen.

    I solved that issue by adding disable.android.first.run=true to tail of the idea.properties file and it worked but after that ON creating new project It says to Configure SDK path in Project Structure which I did correctly.

    But after that I am unable to make any new project, see SDK manager

    The path of java is also set correctly and I test it by running a Test Program

    If anybody had face same Issue Please help

    Thank you all for suggestions in advance

    My Laptop Configuration is i5 6th Gen, 4 GB RAM , 1 TB HDD, 2 GB Graphic card.

  • Hazim
    Hazim over 6 years
    i added disable.android.first.run=true and it's working fine
  • Muckers Mate
    Muckers Mate over 6 years
    Where do you make this change?