python-for-android icon indicating copy to clipboard operation
python-for-android copied to clipboard

Turn your Python application into an Android APK

Results 320 python-for-android issues
Sort by recently updated
recently updated
newest added

### 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...

feature-request

### 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...

feature-request

Fix sqlalchemy build errors and bump sqlalchemy from 1.3.3 to 2.0+.

recipe
feature-request

* 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...

Priority: Medium
feature-request

### 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...

recipe
feature-request

### 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...

bug

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...

feature-request
easy

[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...

feature-request

### 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...

feature-request

### 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 */ ^~~~~~~~~~~ ```

recipe
bug
Status: has PR