Boost-for-Android
Boost-for-Android copied to clipboard
cann't build from r20 on windows!
build-android.bat e:/android-ndk-r20 ERROR: e:/android-ndk-r20 is not a valid NDK root
I have same question with you
In the build-android.sh file at the line: 211, just replace the if statement with this:
if [ ! -f "$AndroidNDKRoot/ndk-build.cmd" ]; then
the problem is in the file extension (.cmd) is not mentioned.
the old one is like: if [ ! -f "$AndroidNDKRoot/ndk-build" ]; then