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

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

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

### 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 reproduced the problem with the...

awaiting-reply

I am testing [latest Electrum](https://github.com/spesmilo/electrum/commit/5c83df7709505ddde9584cd9de1ce2c614292a3a), which uses p4a https://github.com/kivy/python-for-android/commit/ccb0f8e1bab36f1b7d1508216b4b4afb076e614f, buildozer https://github.com/kivy/buildozer/commit/678b1bf52cf63daa51b06e86a43ea4e2ea8a0b24, and kivy https://github.com/kivy/kivy/commit/82d561d62577757d478df52173610f925c05ecab (sdl2 bootstrap) on both Android 8 and 9 If the application is in the background, and...

This enables `WorkManager` tasks via the `--worker` p4a option. This is based on the work in #2464, with the following differences: * Support is added in the common bootstrap rather...

core-providers

- ✅ Bump `matplotlib` to `3.5.2` - ✅ Bump `cppy` to `1.1.0` (is not the latest version available as will need an updated `setuptools`, which is currently incompatible with `kivy`)...

### Versions - Python: 3.7.13 - OS: macOS Monterey 12.4 - Kivy: 2.1.0 - Cython: 0.29.19 ### Description I have always converted the .py file to colab in this way...

Hi , This is not an issue but a question I'm just wondering, where can i find these 3 files with arrow from the source of python-for-android ![image](https://user-images.githubusercontent.com/5191437/182003253-4fb8433e-9a47-4da2-9837-9eaec73176ee.png) the 2...

Related to kivy/buildozer#1428 Reference: https://developer.android.com/guide/topics/resources/providing-resources PRs it can cover (at least partially) : #2330 #2200 #1922 #2299 #2570 #2322 Maybe related issues: #1964 #2298 #2614 ### Important notes: - It...