Upload
Select one screenshot or a complete set from your phone, tablet, or computer.
Upload once, choose Apple App Store or Google Play dimensions, and export clean screenshots that preserve the real app screen without decorative backgrounds, device frames, or stretched UI.
Images stay on your device while they are processed in this version of the tool.
Your formatted preview will appear here.
Select one screenshot or a complete set from your phone, tablet, or computer.
Choose a current Apple or Google preset. AppScreenSizer keeps the real screenshot proportional and warns before content would be altered.
Preview the result and download individual files or one organized ZIP package.
Built from real project workflows: how to create a repository, bring a project onto a computer for the first time, and update the Android Studio copy you already have.
First time from GitHub: use git clone. Already on your computer: use git status followed by git pull origin main. The full guide also covers creating your own repository, connecting an existing project, local changes, and common Git errors.
Step-by-step instructions for cloning a Wear OS project into Android Studio, opening the correct project root, Gradle sync, selecting a Wear OS emulator, and later pulling new repository updates without downloading the whole project again.
When a project is already cloned locally, open its terminal and run:
git status git pull origin main git log -1 --oneline
If local files have changes, commit or stash them before pulling.
App analysis, guided store questionnaires, saved projects, and localization can build on top of the screenshot workflow without changing the original app screen.