Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [sequoyah-dev] This project does not have Native Library support

Hi,

In order to eliminate those warnings, you must add the native support to your project by either accepting the quickfix
suggestion given or by selecting the project and then going to the following context menu: Android Tools -> Add Native
Support. Afterwards, a wizard will be shown, asking for the ndk location and lib name. If you already have one or more libs for this
project, just point out one and finish the wizard. Any further configurations may be performed in the android.mk file. Following
these steps, one should be able to build and deploy an application with native support.

Hope it helped.


On Wed, Oct 6, 2010 at 2:13 AM, Jean-Yves Avenard <jyavenard@xxxxxxxxx> wrote:
Hi

Since install Sequoyah, for all entries in my JNI class, Eclipse shows
for each entry "This project does not have Native Library support".

I saw this bug report:
https://bugs.eclipse.org/bugs/show_bug.cgi?id=322241

But it doesn't seem to apply, as I am definitely running an Android project.

Do I need to configure anywhere that this android project does use a
native library? and specify which library it's actually using.

Going through the settings I couldn't find anything of the like.

Thank you
JY
_______________________________________________
sequoyah-dev mailing list
sequoyah-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/sequoyah-dev



--
--
Carlos Alberto Souto Junior
MSc. in Electrical Engineering
Jr. Software Engineer


Back to the top