Home > Enterprise >  Android Studio Emulator View Issue
Android Studio Emulator View Issue

Time:08-15

enter image description hereHello, I downloaded Andorid Studio 2022 and ran the emulator. There is no problem until here, but the emulator works as in the picture. I want the phone itself to come directly. How can I do that.

CodePudding user response:

There are 2 ways for windows and mac :

For Windows :

Go to File -> Settings -> Tools -> Emulator and then turn off Launch in a tool window option.

For Mac :

Go to Android Studio Menu -> Preferences -> Tools -> Emulator and then turn off Launch in a tool window option.

  • Related