Reputation: 2050
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
Upvotes: 1
Views: 2508
Reputation: 803
Android
Icon >> Screen Capture
Icon from buttom of android studioSave
Tutorial: How to take screenshot from android studio
Upvotes: -1
Reputation: 826
Try to disable host GPU.
I think it's this issue you're experiencing: https://code.google.com/p/android/issues/detail?id=60359
Upvotes: 5