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

This PR allows recipes to inherit common proxy env vars, which solves build issues on corporate networks that use a proxy.

recipe

**Software Versions** * Python: python3 * OS:Android * Kivy: / * Kivy installation method: **Describe the bug** A clear and concise description of what the bug is. The issue tracker...

recipe

Closes #3116 Cons: 1. Can't build on macos 2. Needs android 7 and 7+ 3. Only 64 bit arches supported Extra Notes: Removes need to use `LEGACY_NDK` as it uses...

recipe

Hi i saw that we have opencv_extras in recipes and as per checking it is like opencv-contrib-python but when i tried it , using the face , it says there...

recipe
feature-request

``` Ubuntu 24.04 Python 3.12.3 ``` ``` requirements = python3,kivy,numpy android.minapi = 24 android.ndk_api = 24 android.archs = arm64-v8a p4a.branch = develop ``` ``` (venv3) ~/ex/hello>pip list Package Version ------------...

recipe

Please add recipe for pywt used for wavelet transformation. https://github.com/PyWavelets/pywt

recipe
feature-request

``` import gevent ``` ``` --requirements python3==3.11.0,hostpython3==3.11.0,gevent ``` ``` 04-25 14:21:08.514 25683 25791 I python : Traceback (most recent call last): 04-25 14:21:08.515 25683 25791 I python : File "/tda/main.py",...

recipe

### Versions * Python: 3.9 * OS: MacOS 11.7 * Buildozer: 1.4.0 ### Description 1- Get error when issuing `buildozer -v android debug`. As it does not seem to be...

recipe

I think this fixes #2074 (and related), at least for me on macOS. I tried to build the KivyMD Kittchen Sink app for x86, armv7 and armv8-64, and went ok...

recipe
WIP