Android Studio 4.1.1 macOS Full Screen Error

前端 未结 2 1797
野的像风
野的像风 2020-12-05 22:39

I\'ve got a problem after updating Mac to Big Sur 11.0.1.

All interstitial dialog windows, Device Manager, Preferences, SDK options, and etc, are not ope

相关标签:
2条回答
  • 2020-12-05 23:01

    The newest preview version (4.2 Canary 16) seems to be working for me: https://developer.android.com/studio/preview/index.html

    0 讨论(0)
  • 2020-12-05 23:22

    System Preferences > General > set Prefer Tabs to never when opening documents.

    Alternatively, run this on Terminal and restart Android Studio:

    defaults write com.google.android.studio AppleWindowTabbingMode manual
    

    This works while keeping the tabs active for other apps.

    0 讨论(0)
提交回复
热议问题