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'm working on an Android app using kivy and buildozer. The app focuses on video and audio editing, similar to CapCut and relies on FFmpeg as its backbone for...

recipe
need-discussion
feature-request

WSL2 on Windows 11 Ubuntu 22.04.5 LTS Buildozer 1.5.1.dev0 $LEGACY_NDK: android-ndk-r21e with fortran addons ## Relevant configuration lines for buildozer.spec: ```spec requirements = python3,kivy,scipy android.minapi = 24 android.archs = arm64-v8a...

recipe

Hi Thanks for great work. I was actually building a new app which required python and some other python based dependencies, so i tried cross compiling with target API level...

need-analysis
need-discussion

### 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 - [ ] I have a short, runnable...

bug
Priority: Low
easy

Success in PC ```bash adb shell am broadcast -a android.intent.action.shbl.shut_down --ei time 6666 ``` Faild in Phone ```python from jnius import autoclass mActivity = autoclass('org.kivy.android.PythonActivity').mActivity Intent = autoclass('android.content.Intent') intent =...

need-analysis
need-discussion

Please add Executorch Recipe so we can use this in kivy for Android. https://pytorch.org/executorch/stable/tutorials/export-to-executorch-tutorial.html

recipe

Loading and playing multiple audio file using SoundLoader without ffpyplayer is working fine .but with ffpyplayer playing multiple audio file is not working properly. In Android I have to play...

recipe

02-21 15:37:05.571 16872 17050 I python : Android kivy bootstrap done. __name__ is __main__ 02-21 15:37:05.571 16872 17050 I python : AND: Ran string 02-21 15:37:05.571 16872 17050 I python...

recipe

Hi, I'm aware that there is #3083 that tells issue for the fix-init.patch, so since the change wasn't already done I created a copy of original develop recipe to remove...

need-analysis
recipe

I wrote the following code. It works in my windows with python 3.11. It also worked when i use "python for android" to compile the android apk. But the apk...

need-analysis
recipe
pygame backend