With latest p4a master & python3crystax & host python 3, the libxml2 recipe gets built inside /root/.local/share/python-for-android/build/other_builds/libxml2/armeabi-v7a__ndk_target_19/libxml2/ .
This is a folder name change, previously it used to be in /root/.local/share/python-for-android/build/other_builds/libxml2/armeabi-v7a/libxml2/ - and as a result, the path detection inside the libxml2 fails for some reason.
Versions
- Python: host python 3.x, python3crystax target
- OS: ubuntu in docker
- Kivy: not used
- Cython: not sure, but I don't think it's relevant
Edit: corrected lxml -> libxml2