Android Studio 4.1 Stuck At Loading Screen In Mac
Solution 1:
This works for me somehow:
- I managed to get it open first by tricking it (deleting SDK and re-downloading it as I have stated in the question).
- Go to Help => Change memory settings. Then change the Maximum Heap Size to 4096
- 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"