Convert HTML to an Android APK, without Android Studio.
Start with one self-contained HTML page. Add your app details, keep your signing key, and build locally.
Prepare your HTML
Include the styles and JavaScript your page needs. For offline use, avoid external fonts, scripts, images, and APIs unless their content is embedded. This release accepts a single HTML file up to 100 KB or pasted HTML within the section limit; it does not import website ZIP archives.
Create your project
Open HTML to APK, enter an app name, then paste the HTML or select your file. Create the project and customize its package name, icon, theme, and navigation. Add more HTML or text pages in Content if needed.
Save, sign, and download
Save the project. In Build, create a signing key with a password of at least 10 characters. Download the encrypted backup and keep the password separately. Choose APK, generate the package, and download it.
Test the actual output
Install on an Android test device and try every interaction. For offline testing, turn off the device's connection. A layout preview is not proof that scripts, downloads, or external services will work.
For an update
Use the same package name and signing key. Save the new content and generate a build with a higher version code. Export a fresh project backup so your version counter moves with the project.