Screenshot sizes for publishing on Google Play not working

Ali Bdeir picture Ali Bdeir · Apr 8, 2017 · Viewed 35.9k times · Source

I'm publishing my application on Google Play, and my screenshots are 800x1627. It's higher than the min, and lower than the max.

Why is this happening?

Answer

Terry picture Terry · Apr 11, 2017

You need to resize your screenshot. Constraints:

  • Min length for any side: 320px.
  • Max length for any side: 3840px.
  • Max aspect ratio: 2:1.

In your case, the aspect ratio is not correct. If you want to maintain the width of 800px, then the maximum height can only be 1600px (or a minimum of 400px).