Android Studio 4.1.1- MacOS BigSur - Freezing Problem in FullScreen

snorlax picture snorlax · Nov 22, 2020 · Viewed 10.7k times · Source

I am using the latest version of Android Studio (4.1.1). After updating the Mac operating system, Android Studio started encountering strange errors.

The most annoying problem I have ever had. When I want to open a new github branch, the window appears as below and freezes.

enter image description here

This is what it should normally look like.

enter image description here

Of course, this is the only window problem I've noticed. The most important problem here is that the screen freezes and no action can be taken.

If people who have problems or have a solution on this issue share it with me, everyone will benefit. Thank you.

Edit : This issue has been officially resolved in Android Studio 4.2.

Answer

Alex Wally picture Alex Wally · Nov 23, 2020

The problem is that when macOS is set to prefer tabs, Android Studio 4.1.1 on macOS Big Sur also opens things like branch settings in tabs instead of windows.

To fix it, you can prevent those tabs only in Android Studio.

Open Terminal and run this command:

defaults write com.google.android.studio AppleWindowTabbingMode manual

Now Android Studio will use windows again and not crash.

Solution was found on reddit https://www.reddit.com/r/androiddev/comments/jtbl4m/has_anyone_updated_to_macos_big_sur_and_is/gc8pfhg/?utm_source=reddit&utm_medium=web2x&context=3