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

Please make it easier for android..

To open game, save, load, control, and some crash..

Can't you make the .Apk please ?

(-2)

Dont you think I didnt follow your steps 'how to play on android'..

I already did all, download, extract, ect.. but it didnt work, everytime I click Start Game, it force close..

After that, I cannot use my saved data, so I need to play from day 1..

(+5)

He really cannot, it's a matter of technical limitations of the android system and the ren'py engine.


Simply put, the game is too big to fit in a single APK.


To work around this issue, you need to split the game into an engine with a "local storage access" permission flag (which you would put in the apk) and one or more content files, which the game will download from the internet on the first run. This is how giant mobile games like The Sims work.


Unfortunately, this requires a certain type of support from the game engine, as well as certain design choices to be made before you start making the game, not to mention some kind of internet storage for the data to be downloaded. 


The bottom line is that it is not possible to simply make an APK by packaging the current game for android, but rather the game would have to be rewritten, potentially in an entirely different engine, at the cost of hundreds of man-hours. 

Ohh, I see..

So making new Apk almost the same as re-create the game from zero, and many component will removed to.. That is why impossible to make the Apk. I get it..

Thank you..

When I launch the game, its display many errors, such as; "File missing", "Couldn't find image location"..

I will try delete the folder, and try extract it, hope the problem is the extract from .zip..