Skip to content Skip to sidebar Skip to footer

Android Studio 4.1 Stuck At Loading Screen In Mac

My Android Studio has been stuck at loading screen since yesterday. X_X What I have tried: Restarting computer. Clearing junk files and logs. Completely uninstall and then Reinst

Solution 1:

This works for me somehow:

  1. I managed to get it open first by tricking it (deleting SDK and re-downloading it as I have stated in the question).
  2. Go to Help => Change memory settings. Then change the Maximum Heap Size to 4096
  3. Press Save and Restart

I don't know why it works and whats the cause of my problem. But this is a quick fix. If anybody knows, please enlighten me.

Thanks

Update: I fixed the problem. It seems that it it was caused by plugins or sdk problem. In my case it was the Flutter package. Probably or somehow the installation on my machine had a problem and possibly Android studio tried to load it and got stuck. Somehow switching channels and doing flutter upgrade then reinstalling flutter plugins. Solved it for me. So probably just a pointer: see if there is any sdk / plugins installation problem

Solution 2:

Delete Folder This Folder For Windows: C:\Users\user\AppData\Roaming\Google\AndroidStudioPreview4.1 For MacOS: ~/Library/Application Support/Google/AndroidStudio4.1

Solution 3:

If above method not work just delete all cache from Caches folder and restart Android Studio.

MacOS: ~/Library/Caches/

Post a Comment for "Android Studio 4.1 Stuck At Loading Screen In Mac"