python3-android icon indicating copy to clipboard operation
python3-android copied to clipboard

Python 3 cross-compilation tools for Android.

Results 5 python3-android issues
Sort by recently updated
recently updated
newest added

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. ![2022-04-30_19h45_04](https://user-images.githubusercontent.com/44987810/166109267-9ec4f437-b558-434c-8ec3-fe6015b1937d.png) build.sh is also having issues. 1) No command named autoreconf. Fixes with sudo apt-get install autoconf 2) No Module named dataclasses...