python-for-android
python-for-android copied to clipboard
Turn your Python application into an Android APK
### Checklist - [ ] the issue is indeed a bug and not a support request - [ ] issue doesn't already exist: https://github.com/kivy/python-for-android/issues - [ ] I have a...
### 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...
### Versions * Python: 3.7.5 * OS: MacOS High Sierra (10.13.6) * Kivy: 1.11.1 * Cython: 0.29.13 ### Description I am building basic python android app using buildozer and p4a...
### Versions - Python: 3.7.5 - OS: Android - Kivy: 2.0.0 ### Description App crash on android due a too big image resolution (2424x1111) I change to 1212x556 to solve...
Using the new python3 toolchain, I am trying to use PyCryptodome (3.7+) as a dependency. As in https://github.com/kivy/python-for-android/pull/1685, PyCryptodome >= 3.6.4 runs into compilation issues; I am trying to fix...
For #2412 I used the same logic as for `--asset`, but using a (sub)directory didn't work (no failures, just wasn't added to the apk). So I assume that `--asset` only...
### Versions * Python: 3.6.9 * OS: Ubuntu 18.04 * Kivy: 1.11.1 * Kivy installation method: pip ### Description Camera Example at kivy/examples/camera/main.py crashes after deploying and running on my...
### Versions * buildozer = 0.39 * Kivy = 1.11.1 * Cython = 0.29.13 * p4a = master * SDK/NDK = default (commented out in buildozer.spec) ### Devices & keyboards:...
### Versions * Python: https://www.python.org/ftp/python/3.7.1/Python-3.7.1.tgz * OS: Ubuntu 18.04 (Docker from buildozer's repo https://github.com/kivy/buildozer/blob/master/Dockerfile ). * Kivy: 1.11.1 * Cython: 0.28.6 * python-for-android: master dd69749f [origin/master] Merge pull request #1955...
- Python: 3.8 - OS: android - Kivy: 2.0.0, master - Cython: 0.29.19 - OpenJDK: 8 When I click on the input field, the event handler that is declared in...