python-for-android
python-for-android copied to clipboard
Turn your Python application into an Android APK
Basically sometimes input just stops working on PyDroid and the fix is going to pip and installing requests
**Summary** This issue proposes the complete removal of the `biglink` and `liblink` functionality from the python-for-android codebase. This build path appears to be a legacy mechanism that is no longer...
I'm using Buildozer to build a Python program using "tflite-runtime" and generate an APK file for installation on Android(SmartPhone). I set up the Buildozer environment and directory structure, and ran...
Hi , I'm trying to make the Android navigation bar icons appear white, but no matter what I do, the navigation bar stays grey. I started working on this because...
Werkzerug is upgraded to 3.X, so flask 2.0.3 will use werkzerug 3.X by default, which will raise the following error: `ImportError: cannot import name 'url_quote' from 'werkzeug.urls'` To solve the...
https://github.com/kivy/python-for-android/blob/10c529261d1cb19f1873bcf31db4e3f88c099488/pythonforandroid/recipes/zope_interface/__init__.py#L22 If you check on Kivy Discord (or even in buildozer issues: kivy/buildozer#1601), there's a few mentions (including mine) of twisted failing to build because of `zope_interface`. It seems to...
**Introduction** Hi P4A Maintainers and Contributors, First, I want acknowledge the immense complexity of the task python-for-android undertakes – enabling Python on Android, especially with compiled extensions, is a significant...
can't run python4andorid in debugger in vscode because shprint does not seem to work well in debugpy
The debgger used in vscode, debugpy, seems to not be able to run bulldozer because of code in python-for-android. When running a build sh.basename is called in the python3 recipe....
This is a feature request. - Add an option to directly write inside the `` element of the AndroidManifest.xml. Sample `buidlozer.spec` equivalent to the option in p4a: ```spec # (str)...
Hello everyone, I am using python-bidi and arabic-reshaper in my project to use Arabic letters (right to left) however, buildozer always returns an error about python-bidi and I couldn't get...