android 运行 python

时间:2023-03-09 01:23:31
android 运行 python

Jython is an implementation of the Python programming language designed to run on the Java platform. It is the successor ofJPython。但jython可能不能运行这android上。

要将python运行这android上,考虑以下解决方案:

One way is to use Kivy:

Open source Python library for rapid development of applications that make use of innovative user interfaces, such as multi-touch apps.

Kivy runs on Linux, Windows, OS X, Android and iOS. You can run the same [python] code on all supported platforms.

If you use Kivy, here is a tool to help package your project into an APK: github.com/kivy/python-for-android

另一种方法:

There is also the new Android Scripting Environment (ASE) project. It looks awesome, and it has some integration with native Android components. 但是它需要在运行的android环境下安装ASE,一般情况下这很难做到,除非你开发自己的设备。它现在好像被命名为 SL4A 了。

"The Pygame Subset for Android is a port of a subset of Pygame functionality to the Android platform. The goal of the project is to allow the creation of Android-specific games, and to ease the porting of games from PC-like platforms to Android."