Ndk-build: CreateProcess: make (e=87): The parameter is incorrect
Maybe the LOCAL_SHORT_COMMANDS flag, to be set in your Android.mk, could help you. It is designed to overcome the limitations on the number of characters a Windows command can handle. According to $(NDK folder)/docs/ANDROID-MK.html: LOCAL_SHORT_COMMANDS Set this variable to ‘true’ when your module has a very high number of sources and/or dependent static or shared … Read more