when the user clicks the Generate APK button from the particular project menu. Then all the files in <sd>/Pocket code/<Project name> will be add to zip and zip file is created.
Then apk needs to be generated as the Shown in TicTacToe branch in Github.
For apk generation we need to modify ui.MainMenuActivity like in TicTacToe branch. Attaching the file for your easy review.
Then compiling that code with zip file in assets and generating classes.dex then all manifest and assets.then generating Independent apk of that project on phone itself.
In this Idea I was wondering how to generate apk from available class/java files on phone itself
Please help me to develop this idea