Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(+1)

How do you create your apk files and make them so tiny? Do you use ionic? Is there some sort of an automated action that does it?

I reallywant to set something similar for yarn editor and also my tilemap editor - both are pwas which I want to get onto the google app store

For this I use cordova, the whole process is described here: https://kirill-live.itch.io/tuesday-js/devlog/214852/creation-html-apk-for-andro...

Framework Ionic is also well suited for this, it's almost the same thing, but with advanced features.

hey thanks for describing it :) I was wondering if it could be automated via github actions or Travis