jonathansadler / DROID_PYTHON

Python app development with SL4A in Android Studio

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

droid-python

Forked and merged project of SL4A and Android-Python27

Both Python2.7 and Python3.2 have been embedded along with the latest updated SL4a fork and converted into a Gradle build model for rapid development in Android Studio.

Both apks have been tested on Kitkat 4.4.2 and Lollipop 5.0.1 as of 10/19/2015.

Please check the wiki for relevant resources for your build, more will be added when time permits.

Yes that is right, Python is back in business on Android!!!

-Michael

droid-python wiki

SL4A Help

SL4A API HELP

APK Tutorials

How to create a custom RPC facade
How to create a custom APK
How to update with latest SL4A
How to upgrade Python builds in APK
How to add your Python scripts
How to debug run Python from the shell

Common Questions

Adding PYPI Packages
Passing Parameters to Script/Interpereter

About

Python app development with SL4A in Android Studio

License:MIT License


Languages

Language:Java 99.5%Language:JavaScript 0.5%