2

I don't have a tablet but I wanted to take screenshots from the emulator for display in Google Play. I did that using Eclipse (using the method given in the top answer here How to take emulator screenshots using Eclipse?) but the screenshots are not good quality: the image is broken (some areas are kind of shifted) in at least one spot each time I take a screenshot.

Is there any better way to do it?

Community
  • 1
  • 1
Szymon
  • 42,577
  • 16
  • 96
  • 114

2 Answers2

1

I would use the DDMS shipped with ADT (also listed as Debug monitor) and choose the device and app, then click that camera icon. It creates very good looking screenshots.

I also got some rendering errors with the emulator... It's best with actual devices. You can also try if other images/emulators perform better.

tilpner
  • 4,351
  • 2
  • 22
  • 45
  • That's what I did but it had problems described. – Szymon Oct 23 '13 at 14:28
  • Download GenyMotion Software you will have the real device effect for android emulator – Venkatesh S Oct 23 '13 at 14:31
  • Not sure, on the real device I took screenshots using other methods (I have Samsung galaxy and take screenshots by pressing home and power). That works well. – Szymon Oct 23 '13 at 14:32
  • @Szymon: Try the emulator I linked to. Even though it requires registration (what for?) and is a bit slower than the ADT emulator for me, it got some cool features. It's worth a try! – tilpner Oct 23 '13 at 14:33
1

According to this answer that is an emulator issue. To solve this, you need to enable the 'use host GPU' setting when creating an emulator, according to another answer.

Community
  • 1
  • 1
Jeffrey Klardie
  • 3,020
  • 1
  • 18
  • 23