Problem compiling using Android NDK #140
Replies: 5 comments
-
why r25b ? isn't current LTS r26b ? |
Beta Was this translation helpful? Give feedback.
-
Tried with ndk r26b too, doesn't make any difference |
Beta Was this translation helpful? Give feedback.
-
While I get this set up, can you run with Also: Which Python version(s) are you using? |
Beta Was this translation helpful? Give feedback.
-
Python 3.11.7 |
Beta Was this translation helpful? Give feedback.
-
I also face to similar problem. Version of Python is 3.15.0a0, both the build as well as the host (cross-compiled). Cross-compilation did well, the resulting binaries seem to be working in Android devices. The Debian used does not contain any other Python installation. As soon as I try to create the virtual environment, such typical error alert occurs (independent on the Android platform chosen, either arm-linux-androideabi like here, or aarch64-linux-android, i686-linux-android, x86_64-linux-android): /home/debian/CROSSENV2/python_experimental/bin/python3 -m crossenv /home/debian/CROSSENV/cpython/cross-build/arm-linux-androideabi/python venv |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
This is the error I face when setting up crossenv. Kindly rectify this.
Beta Was this translation helpful? Give feedback.
All reactions