python-for-android
python-for-android copied to clipboard
Turn your Python application into an Android APK
* https://docs.python.org/3/using/android.html * https://www.python.org/downloads/release/python-3130/ * https://pythoninsider.blogspot.com/2024/10/python-3130-final-released.html * https://devguide.python.org/versions/ > New features > [PEP 738](https://peps.python.org/pep-0738/): Android is now an [officially supported platform](https://docs.python.org/3/whatsnew/3.13.html#whatsnew313-platform-support), at [tier 3](https://peps.python.org/pep-0011/#tier-3). > [PEP 738](https://peps.python.org/pep-0738/): Android is now...
Let me explain what I am trying to do. I have an Orange Pi 5 Plus on which I am running Android 12. I did build a Kivy application that...
This test was added in #2617 but is now [failing our pull requests](https://github.com/kivy/python-for-android/pulls). * #2617 @mzakharo, @misl6, @AndreMiras
Fixes software supply chain safety warnings like at the bottom right of https://github.com/kivy/python-for-android/actions/runs/11425651890 * [Keeping your actions up to date with Dependabot](https://docs.github.com/en/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot) * [Configuration options for the dependabot.yml file -...
Make it possible to trigger a build from the CI on demand. The following parameters are configurable on demand: - artifact type (e.g. aab, aar, apk) - arch (comma separated...
Trying to add recipe for lz4, can somebody check and help please ?
Please add recipe for dlib we need this . http://dlib.net/ https://github.com/Luca96/dlib-for-android/blob/master/setup.sh
### Checklist - [ yes] the issue is indeed a bug and not a support request - [yes ] issue doesn't already exist: https://github.com/kivy/python-for-android/issues - [ yes] I have a...
This was requested by f-droid devs to publish an app. ref https://gitlab.com/fdroid/fdroiddata/-/merge_requests/15858#note_2150822234 --- see https://android.izzysoft.de/articles/named/iod-scan-apkchecks#blobs > BLOBs in APK signing blocks > APK signing blocks are where signing details are...
The file script.py is generate without "(" print command , i use pyhton3 .... `""" Copyright (c) 2011 Michael Elsdoerfer Licensed under the Apache License, Version 2.0 (the "License"); you...