Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can I package the whole python interpreter in an Android APK?

I know about SL4A and how I can run Python scripts in Android.

I need to know how I can package the whole Python interpreter inside my APK so my end-users won't have to download and install SL4A before running my App.

Thanks.

like image 972
user713588 Avatar asked Apr 18 '11 14:04

user713588


1 Answers

Try looking at kivy.org.

It's a python on android based Multitouch GUI,inside the documentation is explained how to create a package with all inside to publish on Android shop.

I also remember that there was a chapter on the book Pro Android Python with SL4A explaining how to pack all and publish.

Hope this helps

like image 176
piertoni Avatar answered Sep 20 '22 16:09

piertoni