I've made a first release of RAPT, the Ren'Py Android Packaging Tool. You can download RAPT from:
http://www.renpy.org/dl/android/RAPT marks a massive change in the way we approach developing Android-based Ren'Py games. Until now, I expected people to place files on their SD card as part of the development process, and run them with the Ren'Py Launcher. This meant that the app would run in an environment that was different from how it would run when packaged. It also was something of an excuse for me - it was easy to get started developing, so it didn't matter if it was hard to get a package to market.
RAPT changes that. It moves us to a package-based approach, where you're expected to build a package, transfer it to your device, and test it like any other application. Once you have a package you like, you can upload it to the Android Market, Amazon App Store (probably) or wherever.
RAPT makes building an Android app easier. It may not be easy, but it's no longer nigh-impossible. It provides an android.py command that lets you:
1) Download and install an Android build environment, including creating package signing keys.
2) Interactively query you about the configuration of your application.
3) Build the application and install it on your device.
4) Display the logging information produced by Python as it runs.
The current version of RAPT is something of a down payment. The eventual goal is to integrate it with the launcher. For now, you'll need some familiarity with the command line.
There isn't any RAPT-specific documentation yet. I plan to document RAPT as part of Ren'Py 6.13.9, which still has a few more bugs to work out in it. For now, you can use the PGS4A documentation found at:
http://pygame.renpy.org/You want to read the "Building Android Applications" and "Icon and Presplash" sections.
If you have any problems or questions, please let me know.
_________________
Another Old-Fashioned Bishoujo Gamer
Supporting creators since 2004; Code > Drama
(When was the last time you backed up your game?)
"It is not the critic who counts; not the man who points out how the strong man stumbles, or where the doer of deeds could have done them better. The credit belongs to the man who is actually in the arena, whose face in marred by dust and sweat and blood; who strives valiantly; who errs, who comes short again and again, because there is no effort without error and shortcoming" - Theodore Roosevelt