同步操作将从 feiser/python-for-android 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
python-for-android is a packager for Python apps on Android. You can create your own Python distribution including the modules and dependencies you want, and bundle it in an APK along with your own code.
Features include:
For documentation and support, see:
In 2015 these tools were rewritten to provide a new, easier to use and extend interface. If you are looking for the old toolchain with distribute.sh and build.py, it is still available at https://github.com/kivy/python-for-android/tree/old_toolchain, and issues and PRs relating to this branch are still accepted. However, the new toolchain contains all the same functionality via the built in pygame bootstrap.
Follow the quickstart instructions to install and begin creating APKs.
Quick instructions to start would be:
pip install python-for-android
or to test the master branch:
pip install git+https://github.com/kivy/python-for-android.git
The executable is called python-for-android
or p4a
(both are
equivalent). To test that the installation worked, try:
python-for-android recipes
This should return a list of recipes available to be built.
To build any distributions, you need to set up the Android SDK and NDK as described in the documentation linked above.
If you did this, to build an APK with SDL2 you can try e.g.:
p4a apk --requirements=kivy --private /home/asandy/devel/planewave_frozen/ --package=net.inclem.planewavessdl2 --name="planewavessdl2" --version=0.5 --bootstrap=sdl2
For full instructions and parameter options, see the documentation.
If you need assistance, you can ask for help on our mailing list:
We also have an IRC channel:
We love pull requests and discussing novel ideas. Check out our contribution guide and feel free to improve python-for-android.
The following mailing list and IRC channel are used exclusively for discussions about developing the Kivy framework and its sister projects:
IRC channel:
python-for-android is released under the terms of the MIT License. Please refer to the LICENSE file.
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。