Flatlyn
Flatlyn

Reputation: 2050

Android Studio Device Manager Screenshot Failing

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

Answers (2)

Sajan Rana
Sajan Rana

Reputation: 803

  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

Upvotes: -1

dthomasen
dthomasen

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

Related Questions