python-for-android
python-for-android copied to clipboard
Turn your Python application into an Android APK
``` hon-311/jnius/src/org/jnius copying jnius/src/org/jnius/NativeInvocationHandler.java -> build/lib.linux-x86_64-cpython-311/jnius/src/org/jnius copying jnius/src/org/jnius/NativeInvocationHandler.class -> build/lib.linux-x86_64-cpython-311/jnius/src/org/jnius running build_ext Compiling jnius/jnius.pyx because it changed. [1/1] Cythonizing jnius/jnius.pyx warning: jnius/jnius.pyx:102:0: The 'IF' statement is deprecated and will be...
I have experienced this bug a lot of times and I find a fix. I need to manualy change version line in CMakeLists.txt (.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/jpeg/arm64-v8a__ndk_target_21/jpeg/CMakeLists.txt): cmake_minimum_required(VERSION 2.8.12) from something like 2.8.12...
I think it looks like the numpy version have been the new,but the tflite-runtime recipe should also be update
when kivy use buildozer to build the other arch maybe package in when set android.archs = arm64-v8a I build my app with the spec: android.gradle_dependencies = org.tensorflow:tensorflow-lite:+,org.tensorflow:tensorflow-lite-support:+. I only want...
Python 3.14 works as expected, but free-threaded Python 3.14t does not... Python 4.14 tests run on: `platform linux -- Python 3.14.0, pytest-8.4.2, pluggy-1.6.0` * https://github.com/kivy/python-for-android/actions/runs/18323516154/job/52182271732#step:5:42 Python 4.14t tests run on:...
## Background - [Onnxruntime](https://onnxruntime.ai/) is an an open-source, high-performance inference engine that accelerates machine learning models in the Open Neural Network Exchange (ONNX) format. - Building it for `android` was...
发生异常: ImportError (note: full exception trace is shown but execution is paused at: ) dlopen failed: "/data/data/org.test.myapp/files/app/_python_bundle/site-packages/aioquic/_buffer.abi3.so" is for EM_X86_64 (62) instead of EM_AARCH64 (183) requirements = python3,kivy,pyjnius,android,plyer,debugpy,aioquic,bcrypt,attr,attrs,certifi,cffi,cryptography,debugpy,idna,Jinja2,jnius,pyasn1,pyasn1_modules,pycparser,pyOpenSSL,requests,service-identity,six,urllib3,charset-normalizer==2.1.1 p4a.extra_pip_args =...
### Background - I am trying to build an apk with ffmpeg and [av](https://github.com/kivy/python-for-android/tree/develop/pythonforandroid/recipes/av). In my case, ffmpeg was built without any issues (without av earlier). - Now, av throws...