• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps Android c application development on eclipse

hello,

I have C application which is built with HEW compiler. Now i have got an requirement to run the same program on andriod mobile.
I installed ECLIPSE,android SDK, NDK, ADT. I created an android application. I converted android application into c/c++ application. I set ndk-build as build command, but i am getting ndk-build path not found. I already set the path in the environment variable before build the project.

Please can any one help me...
thanks in advance...

Yours,
Manjuath K M
 
What I normally do is just place the source in a folder called jni in the eclipse project, then cd to that directory via command line, then issue the ndk-build command directly from command line.
 
Back
Top Bottom