- Notifications
You must be signed in to change notification settings - Fork3
(Please use P4A from PyPi or the official kivy repository. This fork is no longer needed). Turn your Python application into an Android APK
License
pygame/python-for-android
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
python-for-android is a packaging tool for Python apps on Android. You cancreate your own Python distribution including the modules anddependencies you want, and bundle it in an APK along with your own code.
Features include:
- Support for building with both Python 2 and Python 3.
- Different app backends including Kivy, PySDL2, and a WebView withPython webserver.
- Automatic support for most pure Python modules, and built in supportfor many others, including popular dependencies such as numpy andsqlalchemy.
- Multiple architecture targets, for APKs optimised on any givendevice.
For documentation and support, see:
- Website:http://python-for-android.readthedocs.io
- Mailing list:https://groups.google.com/forum/#!forum/kivy-users orhttps://groups.google.com/forum/#!forum/python-android.
Follow thequickstartinstructionsto install and begin creating APKs.
Quick instructions: install python-for-android with:
pip install python-for-android(for the develop branch:pip install git+https://github.com/kivy/python-for-android.git)
Test that the install works with:
p4a --versionTo build any actual apps,set up the Android SDK and NDKas described in thequickstart.Use the SDK/NDK API level & NDK version as in the quickstart,other API levels may not work.
With everything installed, build an APK with SDL2 with e.g.:
p4a apk --requirements=kivy --private /home/username/devel/planewave_frozen/ --package=net.inclem.planewavessdl2 --name="planewavessdl2" --version=0.5 --bootstrap=sdl2For full instructions and parameter options, seethedocumentation.
If you need assistance, you can ask for help on our mailing list:
We also have#support Discord channel.
We love pull requests and discussing novel ideas. Check out the Kivyprojectcontribution guide andfeel free to improve python-for-android.
Seeourdocumentationfor more information about the python-for-android development andrelease model, but don't worry about the details. You just need tomake a pull request, we'll take care of the rest.
The following mailing list and IRC channel are used exclusively fordiscussions about developing the Kivy framework and its sister projects:
We also have#dev Discord channel.
python-for-android is released under the terms of the MIT License.Please refer to the LICENSE file.
In 2015 these tools were rewritten to provide a new, easier-to-use andeasier-to-extend interface. If you'd like to browse the old toolchain, itsstatus is recorded for posterity at athttps://github.com/kivy/python-for-android/tree/old_toolchain.
In the last quarter of 2018 the python recipes were changed. Thenew recipe for python3 (3.7.1) had a new build system which wasapplied to the ancient python recipe, allowing us to bump the python2version number to 2.7.15. This change unified the build process forboth python recipes, and probably solved various issues detected over theyears. Theseunified python recipes require aminimum target api level of 21,Android 5.0 - Lollipop. If you need to build targeting anapi level below 21, you should use an older version of python-for-android(<=0.7.1).
On March of 2020 we dropped support for creating apps that use Python 2. The latestpython-for-android release that supported building Python 2 was version 2019.10.6.
This project exists thanks to all the people who contribute. [Contribute].
Thank you to all our backers! 🙏 [Become a backer]
Support this project by becoming a sponsor. Your logo will show up here with a link to your website. [Become a sponsor]
About
(Please use P4A from PyPi or the official kivy repository. This fork is no longer needed). Turn your Python application into an Android APK
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
Uh oh!
There was an error while loading.Please reload this page.
Languages
- Python60.3%
- Java32.9%
- C5.2%
- Makefile0.8%
- HTML0.4%
- Dockerfile0.2%
- Other0.2%