Boost-for-Android icon indicating copy to clipboard operation
Boost-for-Android copied to clipboard

cann't build from r20 on windows!

Open warsark opened this issue 6 years ago • 2 comments

build-android.bat e:/android-ndk-r20 ERROR: e:/android-ndk-r20 is not a valid NDK root

warsark avatar Jun 15 '19 15:06 warsark

I have same question with you

jieban0604 avatar Jun 18 '19 10:06 jieban0604

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

zbahhah avatar Sep 25 '19 23:09 zbahhah