Issue
Every time I run Android Studio, this loading screen pops up, but Android Studio stays here and doesn't load. It's like this following picture except that the loading bar is loaded all the way but stuck there. I am running Windows 10.
href="https://i.stack.imgur.com/qLP8E.png" rel="noreferrer">
I have tried many things, including setting the system variables JDK_HOME
to where my JDK
is located and the same for JAVA_HOME
. I have also set a path. I ran as admin many times and let AS through a firewall.
I have also restarted and reinstalled countless times.
The version of AS is 2.0, and I am running the latest versions of Java.
Any help?
Solution
- Open file Android Studio setup directory/bin/idea.properties
- Add
disable.android.first.run=true
to end - Restart Android Studio
PLEASE NOTE: This will break patch updating to the next version. We now check full binary checksums on the whole installation to prevent various install corruption bugs as well as to preserve application signatures. Therefore, make a copy of this file first, and before updating, put it back.
Answered By - Amit Vaghela
Answer Checked By - David Goodson (JavaFixing Volunteer)