Android Studio 4.1.1-MacOS BigSur - 全屏卡住问题

标签 android android-studio macos-big-sur

我正在使用最新版本的 Android Studio (4.1.1)。更新 Mac 操作系统后,Android Studio 开始遇到奇怪的错误。
我遇到过的最烦人的问题。当我想打开一个新的 github 分支时,窗口如下所示并卡住。
enter image description here
这就是它通常应该看起来的样子。
enter image description here
当然,这是我注意到的唯一窗口问题。这里最重要的问题是屏幕卡住,无法采取任何行动。
如果有问题或对此问题有解决方案的人与我分享,每个人都会受益。谢谢你。
编辑:此问题已在 Android Studio 4.2 中正式解决。

最佳答案

问题在于,当 macOS 设置为首选选项卡时,macOS Big Sur 上的 Android Studio 4.1.1 还会在选项卡而不是窗口中打开分支设置等内容。
要修复它,您可以仅在 Android Studio 中阻止这些选项卡。
打开终端并运行以下命令:defaults write com.google.android.studio AppleWindowTabbingMode manual现在 Android Studio 将再次使用 windows 而不会崩溃。

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

关于Android Studio 4.1.1-MacOS BigSur - 全屏卡住问题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/64952961/

相关文章:

java - flutter doctor --android-licenses 给出了一个java错误

ios - 如何检测 iOS 应用程序是否在 M1 mac 上运行?

macos - 我无法通过 Homebrew 软件在 Mac M1 上安装 v8@3.15

java - 在 listView 中突出显示整行

java - Android java.lang.IndexOutOfBoundsException : Invalid index 0, 大小为 0

android - 从 Activity 中清除 Intent 标志,以便它恢复其原始启动行为

mysql - Mac Big Sur MariaDB 无法运行

Android 在 Webview 中启用缩放和捏合控制

android - 更新 Android Studio 后显示错误

android-studio - android studio如何自动将字段转换为局部变量