Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(2 edits) (+1)(-8)

Most do it by seperating the rpa file inside the "game" folder and having the apk install everything else. As long as the file location isn't inside android's data folder and somewhere else like the document folder (which is how most devs are doing it now since android is denying access to data files) it's fairly easy for the users to just move or copy the rpa file into the game folder themselves. Just zip the apk and the rpa files together with maybe a txt document for installation instructions and post it up on itch to download. Although I'm not sure specifically how to do any of that since I've never personally done it myself, the method is there you just might need to ask around a bit.