Having NDK in a folder with spaces causes build error

My NDK is in “D:\Eclipse ADT\ndk”

building for Android failed on:

‘D:\Eclipse’ is not recognized…

I edited the build.bat and changed the NDK path to a 8 byte naming convention (D:\Eclips~1) and all worked well.

Weird thing is, my JDK is also in a folder with spaces (C:\Program Files), but that didn’t cause any errors building.

Cool that you found a workaround.

We are missing some quotes in our generated Makefile, we’ll release a fix shortly.