Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I have a C++ project which I build using android NDK-7 and also successfully loaded this shared library into my android application.

But while I am calling one of the native function application get crashed.

Actually I find some code in the library is not working.

ruuid_t u;

uuid_create(&u);

uuid_create_sha1_from_name(&u, NameSpace_DNS,pv,12);

So, I am thinking is there any way to set NDK level in android application (application properties) in eclipse.

Thanks in advance.

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.