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

Add write extra xml inside application element option In conjunction with [PR 1417](https://github.com/kivy/buildozer/pull/1417) on kivy/buildozer

core-providers

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

core-providers

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

awaiting-reply

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

awaiting-reply

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

awaiting-reply

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

recipe
feature-request

Allow passing meta-data fields to the activity.

core-providers

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

feature-request

Add the 'add-gradle-buildscript-depends' argument to add additional dependencies. For example, to use google firebase ![image](https://user-images.githubusercontent.com/46561244/175788817-adb47f61-d91c-4884-ab16-480adeb36bb4.png)

core-providers