1 | initial version |
Hi, please take a look at this setup: Setup CDT Builder
You have to setup system variable NDKROOT which leads to your NDK (folder with ndk-build.cmd) From screenshot it looks like you want to hardcode the path but left $ which marks variable ${NDKROOT} So if you NDK is copied to D:/Work/Eclipse/android-ndk/ just remove the dolar sign.
Hope that help you