AndroidTacticalAssaultKit-CIV
AndroidTacticalAssaultKit-CIV copied to clipboard
STL Soft not linked (4.5.1.8)
It seems like there are specific calls to -I ~/.conan/data/ttp-dist/2.5.1///package/bdd00c8a3ef59268927e0996e6b80621c784dfba/android-arm64-v8a-release/include/libxml2 and to other libraries in conan linking to aarch64-linux-android-g++ but not ./data/stl-soft/ which causes a fatal error: platformstl/platformstl.h: No such file or directory
I solved this issue by linking the STL-soft library by hand (see here)
Make sure to restart the terminal after you edit ~/.bashrc using exec bash.
The command to do what av-mario suggested is: export CPLUS_INCLUDE_PATH=$CPLUS_INCLUDE_PATH:/path/to/stl-soft/include