python-for-android
python-for-android copied to clipboard
Turn your Python application into an Android APK
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...
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...
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...
### 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...
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 =...
Please add Executorch Recipe so we can use this in kivy for Android. https://pytorch.org/executorch/stable/tutorials/export-to-executorch-tutorial.html
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...
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...
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...
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...