Hey,
I have a game & I’m trying to take screen shots at 10" & 7" resolutions for Google Play.
via:
- Android Studio 1.0.1
a. 10.1 JellyBear 4.1.1 API 16 ARM Emulator running my app
i) adb shell /system/bin/screencap -p /sdcard/screenshot.png
ii) adb pull /sdcard/screenshot.png screenshot.png
And it’s a big nice screen shot but it looks like a film negative so I open it in GIMP to invert the colors but find out the snap shot problem are the alpha channels.
Now I can do a screen shot with Windows be it won’t be the correct size or resolution…
What do I do?