Hi,

I am currently working on an android application that requires interfacing with c/c++ libraries.So when i deploy my app on the device i get the message the application hellondk(the application name) has been forcefully closed.

So when i go back and look at my code i see the in the c file warnings which say "Unresolved inclusion" like shown below.

#include <string.h>-unresolved inclusion
 #include <jni.h>-unresolved inclusion

So i did a search on this but i found that to fix this you need to change the path variable under project->properties->"c/c++ general" ,But the problem is i dont have "c/c++ general" tab under properties.(although i have CDT installed)

is this something wrong with the eclipse or did i miss something in the code
what is the problem here?How do i resolve this.
P:S:I am using helios 3.6.1(Eclipse for java developer) with CDT

So do you have those files?

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.