I get an error when build static lib with NDK on Windows platform:
process_begin: CreateProcess( \"PATH\"\\android-ndk-r8b\\toolchains\\arm-linux-androideabi
Special Thanks to @mbrenon !
Remember to set both of LOCAL_SHORT_COMMANDS(Android.mk) & APP_SHORT_COMMANDS(Application.mk) as the following.
LOCAL_SHORT_COMMANDS := true APP_SHORT_COMMANDS := true
Hope this helps ! :)