Ask Your Question
0

Error while developing android application using ndk

asked 2014-01-04 07:13:11 -0600

stblue gravatar image

I am developing my first app using android ndk, i tried to configure the location of ndk-build in properties>c/c++>build but still i get the same error every time, i tried to remove .cmd from ndk-build(changed from ndk-build.cmd to ndk-build and vice versa), but iam still getting the same error, here is my screen shotimage description image description

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
0

answered 2014-01-05 14:55:11 -0600

Roman gravatar image

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

edit flag offensive delete link more

Question Tools

Stats

Asked: 2014-01-04 07:13:11 -0600

Seen: 212 times

Last updated: Jan 05 '14