Android Studio won't finish loading

Viewed 122

I just updated my Android Studio and since the update, it will load to about 80% and then just freeze. It won't give an error and it will just never load no matter how long you wait. I have tried uninstalling and redownloading along with other various things but nothing seems to be working any ideas?

enter image description here

2 Answers

try deleting the folder for windows

C:\Users\USERNAME\.AndroidStudio4.0

and for MAC

/Users/YOURNAME/Library/Preferences/AndroidStudio4.0

Disconnect your phone if it is connected to the computer. It may sound strange, but I had a similar situation.

Also, you can have a look at this post: Android Studio freezes on startup

Related