Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Screenshot of Android Emulator from Android Studio 0.9.2

When I take a screenshot of any AVD with Android Studio or Android Device Monitor, I get a black screen. Has anyone else encountered this? What do I do to fix it? Is this a bug with the Android tools?

enter image description here

enter image description here

like image 801
Code-Apprentice Avatar asked Nov 09 '14 06:11

Code-Apprentice


People also ask

How do I take a screenshot in Android Emulator?

On many Android devices, you can capture a screenshot with a key-combination: Simultaneously press-and-hold Power and Volume-down. You can also capture a screenshot with Android Studio as follows: Run your app on a connected device or emulator.

Where screenshots from Android Emulator are saved?

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

How do you screenshot on Andy emulator PC?

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.


2 Answers

That's a bug on emulator of Android. Please turn off Host GPU on your emulator settings.

Step:

  1. Open Android Virtual Device Manager.
  2. Click Edit icon of your emulator.
  3. On Emulated performance, uncheck Use Host GPU
  4. Click Finish and start your emulator again.

Everything will be normal.

like image 144
funny337 Avatar answered Dec 01 '22 00:12

funny337


try to get screenshot if you use Windows 8

WIN key + Prt Sc Button

like image 44
Machan Max Avatar answered Nov 30 '22 23:11

Machan Max