python-for-android
python-for-android copied to clipboard
Turn your Python application into an Android APK
**Versions** Python: 3.10.12 OS: Linux mint 21.3 Kivy: 2.2.1 Cython: 0.29.33 OpenJDK: 17 **Description** How to use `orjson` library in buildozer? After packaging and running the application: ``` ImportError: dlopen...
I built a python project with Kivy, opencv and mediapipe and Ibuilt an apk for it using buildozer. The apk failed to run in simulator in Android Studio with error:...
### 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 short, runnable example...
My changes affect [builddozer](https://github.com/kivy/buildozer/pull/1519) and [python-for-kivy](https://github.com/kivy/python-for-android/pull/2691). I added support for add rules for autostart. Now you can use section in buildozer.spec: ``` android.extra_manifest_application = %(source.dir)s/xml/receivers.xml ``` 1 updated **android.extra_manifest_application** to...
### Description Users can suffer from a black screen on startup because their app starts slowly. With code refactoring using lazy loading of screens , this can be reduced but...
There are several projects in android which use yt-dlp library (See https://github.com/yt-dlp/yt-dlp/issues/9828). It would be interesting if this library could be integrated into Kivy.
### Versions * Python: 3.10.12 * OS: Windows 10 (WSL 2) * Buildozer: 1.5.0 ### Description I created my game based on the Pygame library. I tried to run on...
### 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 short, runnable example...
Can I build Python FastAPI app as an Android Service? e.g. I have a FastAPI app (see below `app.py`), which hosts a http server, and provides an endpoint which can...