python-for-android
python-for-android copied to clipboard
Turn your Python application into an Android APK
Hello, I'm struggling to build my kivy project witch depends on `reportlab` on android. I first tried to reference the recipe in my `buildozer.spec` file. ``` # (list) Application requirements...
would like to request for skia-python recipe please , this will solve svg viewing on kivy python
### 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...
Because the licenses for most recipes (including p4a itself) require some form of attribution, I added an "open source licenses" page to my (webview/flask) app that shows the license text...
### 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...
### 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...
Cython does not support any `-I` arguments. You have hard coded a reference to an invalid build configuration into your python-for-android fork. Simply add pyzmq to your build requirements and...
### Versions * Python: 3.8.2 * OS: Windows 10/WSL * Kivy: 2.0.0c2 * Cython: 0.29.17 ### Description Using p4a master 5/15/2020 and python-for-android==2020.4.29 neither from Buildozer ``` [INFO]: # Your...
Help! I'm struggling to make "Hello world" app running on android. It's crushing immediately after launching with python 3.7. [https://github.com/kivy/buildozer/issues/990] In buildozer.spec when requirements = python3,kivy logcat is full of...
### Versions * Python: 3.6 * OS: Ubuntu 18.04(in docker) [Dockerfile](https://github.com/GZR0/electrum/blob/master/electrum_gzro/gui/kivy/tools/Dockerfile) * Kivy: * Cython: 0.28.6 ### Description I am trying to build apk for a wallet on android. Original...