python-for-android
python-for-android copied to clipboard
Turn your Python application into an Android APK
### Description Currently, p4a can only build for android on Linux OS. For usage through Windows, its suggested to use either WSL2 or VirtualBox, etc. But, on reviewing the internal...
### Description Having worked to get requirements correct, users find the recipe names are different for no apparent reason. WTF?! And scrolling the recipes directory, looking for a clue, is...
Fix sqlalchemy build errors and bump sqlalchemy from 1.3.3 to 2.0+.
* Prerequisites check (macOS) happens several times during APK/AAB build (i.e. at different stages of `buildozer android debug deploy run logcat`) and not only once. * This is not a...
### Versions - Python:3.10 - OS:Windows - Kivy:2..2.1 - Cython: - OpenJDK: ### Description Is that possible that nice people can generate a recipe for Pandas>=1.3.0? Thank you so much...
### Checklist - [ x] the issue is indeed a bug and not a support request - [ x] issue doesn't already exist: https://github.com/kivy/python-for-android/issues - [x ] I have a...
The `python-for-android` project currently supports Python versions as low as `3.7` (but somewhere still have references to `3.6`). This issue is to track the task of setting the minimum Python...
[This is an issue well-known to the developers, but I don't see it documented in the Issues database.] Cython 3 was released in July 2023. It isn't compatible with python-for-android...
### Description Add regression testing for recipes (I'm guessing this does not currently happen!). And there is an *almost* (!) free lunch, faster builds for most users using the cached...
### Logs ``` In file included from decoder.c:24: ./zbarmodule.h:42:5: error: unknown type name 'PyIntObject'; did you mean 'PySetObject'? PyIntObject val; /* integer value is super type */ ^~~~~~~~~~~ ```