Describe the bug
ANDROID_NDK_PATH / HOME should not contain spaces. Otherwise, the script C:\Program Files (x86)\Android\android-sdk\ndk-bundle\ndk-build.cmd gives an error
'C:\Program' is not recognized as an internal or external command,
operable program or batch file.
Here is the commit changing the previous working behaviour c1ad396
The workaround is running the C:\Program Files (x86)\Android\android-sdk\ndk-bundle\build\\ndk-build.cmd directly