pupymk1
pupymk1
I really appreciate Cadiboo made the example mode and tutorial, but this project hasn't been updated for a year by now. Just asking if we can see the full tutorial...
Line 9-16 in `Boost-for-Android-master\libiconv-libicu-android\setEnvironment-$(arch).sh` ``` if uname -s | grep -i "linux" > /dev/null ; then MYARCH=linux-$(arch) NDK=`readlink -f $NDK` elif uname -s | grep -i "darwin" > /dev/null ;...
 I already add the ndk dir to PATH, by editing etc/profile. But 'whcih ndk-build' still not working.