Code-Apprentice
Code-Apprentice

Reputation: 83567

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

Upvotes: 6

Views: 2924

Answers (4)

funny337
funny337

Reputation: 108

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.

Upvotes: 6

Michel Silva
Michel Silva

Reputation: 127

I recommend this tool "ligth shot", it allows you to crop, edit, copy and save using direct own browser, operating system.

see link: http://app.prntscr.com/en/index.html

Upvotes: 0

tharindu93
tharindu93

Reputation: 39

Press Prt Sc button and Open Paint and Paste

Upvotes: 1

Machan Max
Machan Max

Reputation: 89

try to get screenshot if you use Windows 8

WIN key + Prt Sc Button

Upvotes: 1

Related Questions