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

Hi, I have writing an test app with matplotlib. but it don't work on my Android phone (Android 12) Below is the test app ``` import kivy from kivy.app import...

**SDL2**: `2.0.9` --> `2.24.0` **SDL2_image**: `2.0.4` --> `2.6.2` **SDL2_mixer**: `2.0.4` --> `2.6.2` **SDL2_ttf**: `2.0.15` --> `2.20.1` ⚠️ Needs some wide runtime testing before merge. ⚠️ `pythonforandroid/recipes/sdl2/mutex.patch` is currently needed due...

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

awaiting-reply

``` buildozer.spec ``` ### Logs ``` ImportError: dlopen failed: "/data/data/org.test.myapp/files/app/_python_bundle/site-packages/pyodbc.so" is for EM_X86_64 (62) instead of EM_AARCH64 (183) ```

recipe
feature-request

### Versions - Python: 3 - OS: fedora 36 ### Description building pydantic failed ### buildozer.spec Command: ```sh buildozer android debug deploy ``` Spec file: ``` [app] # (str) Title...

need-analysis

### Versions - Python: 3.6.9 - OS: Ubuntu 18.04.5 LTS - Kivy: 1.11.1 - Cython: 0.29.21 - OpenJDK: 11.0.8 ### Description According to Android's doc, if an activity is set...

bug

There is currently no call to `unpackData` when a `PythonService` is started in the background, as a response to `MY_PACKAGE_REPLACED` intent (on app background update). This leaves restarted service running...

bug

Added Lib/site-package to PYTHONPATH when launching hostpython to install python package.

recipe

Description: Presently, the buildozer.spec file lacks support for specifying Firebase Cloud Messaging (FCM) push notification configurations, including device token management, necessary plugins, and dependencies. This poses challenges for developers who...

feature-request

Hello, This is a mysql-connector-python recipe!