python-for-android icon indicating copy to clipboard operation
python-for-android copied to clipboard

Turn your Python application into an Android APK

Results 320 python-for-android issues
Sort by recently updated
recently updated
newest added

Basically sometimes input just stops working on PyDroid and the fix is going to pip and installing requests

recipe

**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...

recipe

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...

recipe

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...

need-analysis
need-discussion

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...

need-analysis
recipe

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...

need-analysis
recipe
Priority: Critical

**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...

need-discussion

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....

need-analysis
platform-linux

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)...

feature-request

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...

recipe