python-for-android
python-for-android copied to clipboard
Turn your Python application into an Android APK
### Versions - Python: 3.9.7 - OS: Ubuntu 20.04 - Kivy: 2.0 - Cython: 0.29.25 - OpenJDK: 11.0.13 ### Description I'm trying to build an apk with p4a for the...
i wrote a python file for a web browser.. its opens fine when i run the program in .py this is the code from kivymd.app import MDApp from kivymd.uix.label import...
I would like to deploy a PySide6 application to Android. PySide6 has its backend as C++, thereby making calls to Qt C++ API through CPython. Would creating a recipe similar...
Including this packages will replace unity3d and ue4
### 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...
Python == 3.9.1 kivy == 2.1.0.dev0 KivyMD == 0.104.2.dev0 Here are the requirements from buildozer.spec: requirements = python3,kivy==master,https://github.com/kivymd/KivyMD/archive/master.zip,sdl2_ttf==2.0.15,requests,urllib3,chardet,idna,android,plyer,jnius,pillow The keyboard doesn't work properly with TextInput fields. Backspace doesn't work at...
In my app for ChromeOS I'm trying to use an external SD card or USB stick for storage because it needs to store many Gigabytes of content. The following code...
https://developer.android.com/reference/android/support/v4/content/FileProvider If the option `--fileprovider-paths=./mypaths.xml` is given, then this xml file is copied to apk `res/xml/file_paths.xml` and `` is added to the AndroidManifest.xml
This is a work in progress PR addressing upcoming restrictions with foreground services as of android 12. See https://developer.android.com/about/versions/12/foreground-services 2 major improvements are implemented: * Support bound services. * Support...
### Versions * Python: 3.7.5 * OS: ubuntu 19.04 * Kivy: 1.11.0 * Kivy installation method: Manual ### Description When i start the `buildozer android debug deploy run` it does...