How to remove the device's frame on Android Studio's emulators

AndroidAndroid StudioAndroid EmulatorEmulationFrame

Android Problem Overview


I am making an android app on Android Studio and I have this emulator for Nexus S. When the emulator is running, it shows the frame of the device. I want the emulator to show the screen of the device only. I've tried looking in the settings but can't help it. Thanks.

Android Solutions


Solution 1 - Android

Step 1 : Click on AVD Manager

Click on AVD Manager

Step 2 : In the pop select the EDIT AVD

Edit AVD Step 3 : Uncheck Device Frame

Uncheck Device Frame

Solution 2 - Android

Step 1: Open AVD Manager

enter image description here

Step 2: Click Edit in the specific Device emulator

enter image description here

Step 3: Disable device frame option

enter image description here

Step 4: Click Ok and restart the emulator

Attributions

All content for this solution is sourced from the original question on Stackoverflow.

The content on this page is licensed under the Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) license.

Content TypeOriginal AuthorOriginal Content on Stackoverflow
Questionuser5373121View Question on Stackoverflow
Solution 1 - AndroidTiger98View Answer on Stackoverflow
Solution 2 - AndroidShalauddin Ahamad ShuzaView Answer on Stackoverflow