python-for-android
python-for-android copied to clipboard
Turn your Python application into an Android APK
Add write extra xml inside application element option In conjunction with [PR 1417](https://github.com/kivy/buildozer/pull/1417) on kivy/buildozer
**Problem** Foreground Service doesn't work correctly on android O+. Here is trace: ``` 04-03 15:27:21.277 24236 24236 E AndroidRuntime: FATAL EXCEPTION: main 04-03 15:27:21.277 24236 24236 E AndroidRuntime: Process: org.myapp.myapp,...
I was building matplotlib test app and get this error from linker. Please, could you help me? There will be deadline soon for my college app, and I can't build...
I have developed an application that requires the `ffmpeg` module, but when I export the Android APK with buildozer [ffmpeg as a requirement] the module is not available. The app...
**Software Versions** * Python: 3.9 * OS: MACOS 11.6 Big Sur(intel) / MACOS 12 monterey(apple silicon using rosetta 2) * Kivy: 2.0.0 * Kivy installation method: pipenv **Describe the bug**...
### Versions - Python: 3.9.7 - OS: Linux (Debian 13) - Buildozer: 1.4.0.dev0 - Kivy: 2.1.0 - Cython: 0.29.30 - OpenJDK: 11.0.15 - VM RAM: 7Gb The same is true...
### Versions * Python: 3.8.10 * OS: 10 [Version 10.0.19043.1706] mit WSL 2 (Ubuntu 20.04 LTS (GNU/Linux 5.10.16.3-microsoft-standard-WSL2 x86_64)) * Buildozer: 1.3.0 ### Description I use the fitz / PyMuPDF...
Allow passing meta-data fields to the activity.
I recently created a recipe to build python-zstandard, a Python module with a native component. I encountered an issue where the build script was attempting to run `ccache` on its...
Add the 'add-gradle-buildscript-depends' argument to add additional dependencies. For example, to use google firebase 