python-for-android
python-for-android copied to clipboard
Turn your Python application into an Android APK
This PR allows recipes to inherit common proxy env vars, which solves build issues on corporate networks that use a proxy.
**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...
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...
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...
``` 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 ------------...
Please add recipe for pywt used for wavelet transformation. https://github.com/PyWavelets/pywt
``` 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",...
### 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...
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...