Python for Android APK without dependencies

走远了吗. 提交于 2019-12-04 16:58:54

I believe this is what you are looking for: https://code.google.com/p/android-python27/

This will embed python into your apk. On first launch it will give you a dialog stating it is "installing". This part will install your script along with an integrated version of python. You are also able to embed different versions of python if you have a preference (2.6, 2.7, & 3.2).

I think you can use py2exe to convert your programm to an .exe - File and then convert this .exe - File to an .apk - File.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!