Please make it easier for android..
To open game, save, load, control, and some crash..
Can't you make the .Apk please ?
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.