13 free tools

Free tools for turning a website into an Android app

Icon sets, package names, version codes, splash screens, WebView permissions and the everyday encoders — all running in your browser, nothing uploaded, no sign-up.

Icons, splash screens & images

Everything the store and the launcher ask for, generated from one source image in your browser.

App configuration

The identifiers, version numbers and WebView settings an Android build needs to be accepted.

Store listing & publishing

The assets and copy Google Play asks for at submission, sized and counted correctly.

Check & optimise

Catch the problems that break a converted app before you spend a build on them.

Why these tools exist

Converting a website into an Android app is mostly a series of small, fiddly requirements: an icon at six sizes, a package name that Gradle will accept, a version code that increases on every upload, a splash screen that respects Android 12's rules, permissions that match what your pages actually call. None of them is hard. All of them fail a build or a Play submission when they are wrong, usually after you have waited for the build to finish.

Every tool here does one of those jobs in the browser. Nothing is uploaded to a server — images are resized with the Canvas API, ZIPs are packed locally, and the encoders never see the network. That means they work offline once loaded, and that pasting a config file or an API response into one of them does not send it anywhere.

If you want the whole job done instead of the pieces, the builder takes an HTML file or a ZIP of your site and returns a signed Android app — it generates the icon set, the splash screen and the manifest for you.

Ready to turn your site into an app?

Upload an HTML file or a ZIP, set your icon and name, and download a signed Android app. No Android Studio, no command line.

Open the builder