1

I'm trying to take a screenshot with from a AVD on Android Studio but every time I do I get error messages from and Android Device Monitor. The log message is attached. I can post full log if needed. I've tried on three different AVD's now and the same error occurs on all three.

08-04 03:50:48.079: E/BufferQueue(1300): [ScreenshotClient] dequeueBuffer: SurfaceComposer::createGraphicBuffer failed
Flatlyn
  • 2,040
  • 6
  • 40
  • 69
  • I've ran into something similar to this before. Though I cannot remember specifically what I did to resolve it, I vaguely remember it being something like File > Invalidate Caches / Restart. No guarantees though. – seeming.amusing Aug 04 '14 at 08:08
  • @fayerth Where is that? I don't see the option.... – Flatlyn Aug 04 '14 at 08:11
  • On Windows, it's towards the bottom of the Files menu. I can't vouch it is the same for the OS X version right now. – seeming.amusing Aug 04 '14 at 09:16

2 Answers2

5

Try to disable host GPU.

I think it's this issue you're experiencing: https://code.google.com/p/android/issues/detail?id=60359

dthomasen
  • 826
  • 15
  • 32
  • 1
    I had a feeling but without Host GPU ticked I can't even get the AVD to start. Left it over an hour and still had black screen. – Flatlyn Aug 05 '14 at 02:56
-1
  1. Run your application
  2. Click Android Icon >> Screen Capture Icon from buttom of android studio
  3. Save

Tutorial: How to take screenshot from android studio

Sajan Rana
  • 803
  • 7
  • 9