[Python-Dev] Support of the Android platform (original) (raw)

Xavier de Gaye xdegaye at gmail.com
Mon Dec 11 08:00:00 EST 2017


On 12/10/2017 10:27 PM, Skip Montanaro wrote:

I'm not familiar with software development on/for Android, but wouldn't official support also involve suitable package creation or does that just fall out for free from the build-for-emulator PR?

Skip

The build-for-emulator PR allows building for a device but the packaging of an Android application into an installable APK (a zip file actually) is the responsability of the java application developer.

Xavier



More information about the Python-Dev mailing list