python-for-android
python-for-android copied to clipboard
Turn your Python application into an Android APK
add android:usesCleartextTraffic="true" to sdl2 for using webview with kivy ```python3 from kivy.app import App from jnius import autoclass from kivy.clock import Clock from android.runnable import run_on_ui_thread from kivy.uix.widget import Widget...
Greetings i recently am testing some optimizations for my projects and i'm stuck trying to replace the normal pillow with pillow-SIMD for an android app. Supposedly, pillow-simd is a drop...
I cannot add opencv when I build apk file with buildozer. ### Checklist - [x] the issue is indeed a bug and not a support request - [x] issue doesn't...
### Versions - Python: 3.8.5 - OS: Linux Mint 20 (based on Ubuntu 20.04 LTS) - Kivy: 2.0.0rc3 - Cython: 0.29.19 - Buildozer: 1.2.0 ### Description I'm trying to build...
### 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 - [ ] I have a short, runnable...
### Versions * Python: v3.7.1 * OS: Android 6.0 * Kivy: v2.0.0rc1 * Kivy installation method: via p4a requirements ### Description When a backend service is used on Android, exiting...
Fixes #2298 This PR allows adding a resource to the Android resources folder exactly as an asset. Difference with assets is that resources can subsequently be instantiated as Drawables: ```python...
### Checklist - [ ] 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...
Because many of the recipes I use have outdated versions (which may also have security implications), I'm currently building the following recipes with a patch to use the latest version...
### Versions * Python: 3.6.9 * OS: Ubuntu 18.08 * Kivy: - * Cython: 0.29.15 ### Description Created an own recipe which i wanted to add to my `--requirements` during...