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

To delete characters after defocusing the text field, you need to press the delete button as many times as the: number of characters * 2 ### Versions - Python: 3.9.9...

need-analysis
bug
Priority: High

1、simplepyble='>0.8.1' in pyproject.toml,simplepyble/_simplepyble.so" is for EM_X86_64 (62) instead of EM_AARCH64 (183) 2、build recipe ```from pythonforandroid.recipe import PythonRecipe class SimplepybleRecipe(PythonRecipe): version = '0.8.1' url = 'https://pypi.python.org/packages/source/s/simplepyble/simplepyble-{version}.tar.gz' depends = ['setuptools'] recipe =...

recipe
feature-request

Hi, I have a python Kivy app which is using `torch` package. After I compiled it using `buildozer android debug`, installed the APK and tried to run the application, I...

recipe
feature-request

Fix android service containing PySide6 codes crashes the service due to Qt preparations not done and Qt libs not loaded

Introduce support in python-for-android to parse Android-specific metadata from pyproject.toml of pip-installed packages. This enables modular bundling of assets into APK builds, allowing packages to contribute platform-native components directly. ##...

need-discussion

I created a graphical app using PySide6 and QML and deploys it to Android which works fine, I also created foreground services in python-only code and they also work fine,...

Sources: [https://developer.android.com/guide/practices/page-sizes](https://developer.android.com/guide/practices/page-sizes) https://android.googlesource.com/platform/ndk/+/master/docs/BuildSystemMaintainers.md#Page-sizes http://android-developers.googleblog.com/2024/08/adding-16-kb-page-size-to-android.html > Starting November 1st, 2025, all new apps and updates to existing apps submitted to Google Play and targeting Android 15+ devices must support 16 KB...

FAQ

**Problem Description** The current `assemble_distribution` method in the `SDLGradleBootstrap` (and other bootstraps) copies the entire temporary build directory into the final `dists/` directory. This process works reliably, but it results...

need-analysis

I got this error while building python3.14 ```c /home/kengo/PycharmProjects/parkkly/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/python3/arm64-v8a__ndk_target_23/python3/Python/remote_debugging.c:48:19: error: call to undeclared function 'pwritev'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] 48 | written =...

need-analysis

Hello `python-for-android` maintainers and contributors, I'm opening this issue to inquire about the current release strategy. I've noticed that the last official release on PyPI was **v2024.01.21**, published back in...

need-discussion