其中,相对独立且同时也被其他的项目使用的一个工具则是基于 cmake 和 git 且兼容 vcpkg 的构建系统 ...
And indeed it does not have a arm-linux-androideabi-clang++. So I work around that by creating a symlink to armv7a-linux-androideabi30-clang++ like this: ln -s armv7a-linux-androideabi30-clang++ arm-linux-androideabi-clang++ So maybe in previous versions of the NDK there was a file cal...