0

I have not used Andriod studio for about 5 years. I want to catch up a bit on Kotlin. So yesterday I have updated my Android studio from 1.4 to 4.1.2.But the gray bar on the bottom on start-up freezes at around 90%. I have waited for a couple of hours but it just freeze there.

enter image description here

My OS: Windows 10; I have tried

I have also tried to uninstall Android Studio completely and install it from scratch. I have restarted my pc several times. I have also tried to install version 4.1. It freezes around 90% too.

Diiiiii
  • 209
  • 3
  • 8
  • 2
    https://developer.android.com/studio/known-issues this link will surely help you out – Usama Altaf Feb 16 '21 at 10:41
  • Thanks Usama for ur link. It works for me by deleting the following folder. Windows: %APPDATA%\Google\AndroidStudio Example: C:\Users\your_user_name\AppData\Roaming\Google\AndroidStudio4.1 – Diiiiii Feb 17 '21 at 18:46

1 Answers1

1

I found the solution here: https://stackoverflow.com/a/65662719/3316928

Delete Folder This Folder

For Windows: C:\Users\user\AppData\Roaming\Google\AndroidStudioPreview4.1

For MacOS: ~/Library/Application Support/Google/AndroidStudio4.1

JonasOliveira
  • 694
  • 8
  • 26