6

I have a Flutter project opened up in Android Studio. After I import any new package in pubspec.yaml file, A new Android Studio Window pops up that opens up nothing. Just a blank Android Studio Screen.

I cannot close it, If I try to quit, it just closes all the windows together.

Platform: MacOS Android Studio Version: 3.5

enter image description here

enter image description here

Dhruvam Sharma
  • 1,661
  • 14
  • 22

2 Answers2

4

On Mac, go to System Preferences, General, set Prefer Tabs to always. Also revert the change to Android Studio preferences System Settings, it will close one project and open another (in the same window).

enter image description here

sorenoid
  • 669
  • 7
  • 6
0

Did you try looking into the corresponding setting? (Android Studio -> Preferences -> System Settings) enter image description here

Ivan V
  • 3,024
  • 4
  • 26
  • 36