Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android Studio not starting up on windows 10

So I have installed android studio and also downloaded JRE and JDK succesfully; even tested it through command prompt. I have even made enviroment variables that tell me to paste the path of JDK to JAVA_HOME and bin path to PATH. But still whenever I start Android studio It gets stuck after almost loading i.e. on this screen

enter image description here

Please help; I have even tried reinstalling everything from the scratch but m still stuck. And even rebooted my PC every time to make sure it is been done properly.

PS: When I monitored this process through task manager It consumed Disk and memory till the point where it is in screen shot after that disk usage goes to 0 and memory stays constant. I know its what it is supposed to be but just mentioning

Thanks in advance

like image 734
Manak Raj Bajaj Avatar asked Feb 06 '23 09:02

Manak Raj Bajaj


1 Answers

Delete the AndroidStudio folder resolved my issues (after a big upgrade).

On Windows 10 x64 2020 this is

%APPDATA%\Google\

There you'll find an AndroidStudio folder. Delete it.

As documented in Android docs https://developer.android.com/studio/known-issues

like image 121
Thomas Hagström Avatar answered Feb 11 '23 15:02

Thomas Hagström