Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Include phone frame in snapshot in Android Emulator

I'm developing an app and I'm using Android Emulator to get some snapshots.

By default, the screen is captured without the phone frame, like this:

enter image description here

but I'd like to add the phone frame, like this (I captured the screen using the Mac built-in screen capture)

enter image description here

How can I do that? I could use the Mac screen capture but then I would have to crop the images, resizing them etc..etc..)

like image 314
Gianluca Ghettini Avatar asked Jul 30 '17 16:07

Gianluca Ghettini


People also ask

Where do Android emulator screenshots go?

Press for 3 dots. Then Press the Settings and in top right corner you will see the screenshot folder location.

How can I see my mobile screen in Android Studio?

In the newer versions of Android studio, you can show device frame just by pressing "F" from your keyboard. That's all!

How do you screenshot on Andy emulator?

You can simply press the shortcut key i.e. ctlr + S to take screenshot in the emulator. Also there is a button given on the emulator to take the screenshot. Simply press this button button and you'll have a screenshot of the emulator.


1 Answers

By design, the Android Emulator just takes the full resolution of the app screen. If you want the device screen, take the screenshot from Android Studio. See this page: https://developer.android.com/studio/debug/am-screenshot.html

Inside of Android Studio, you can add and remove the screen, screen glare, and some additional cropping options.

Android Studio Screenshot tool

like image 121
Jamal Eason Avatar answered Oct 13 '22 19:10

Jamal Eason