python3-android
python3-android copied to clipboard
Python 3 cross-compilation tools for Android.
NDK version:android-ndk-r26c-linux Error message: ``` libtool: compile: /android-ndk/toolchains/llvm/prebuilt/linux-x86_64/bin/x86_64-linux-android23-clang -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude -I./src -I/python3-android/src/Python-3.11.0/Android/sysroot/usr/include -Wall -fPIC -fexceptions -MT src/closures.lo -MD -MP -MF src/.deps/closures.Tpo -c src/closures.c -o src/closures.o In file...
Hello. I have a problem after compile it. I need to add sqlite3 to this. How can i do it? I tried to add this in docker-build.sh, but i get...
updated the zlibs version, which was causing errors, and also added xz-utils to fix some errors.
stat /python3-android/docker-build.sh: no such file or directory: unknown.  build.sh is also having issues. 1) No command named autoreconf. Fixes with sudo apt-get install autoconf 2) No Module named dataclasses...
Hello, can you publish the build files in arm32 and arm64 versions for those who don't have access to Docker and PC like me, or at least create a document...