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

On 6 October 2010 22:23, Carlos Souto <mkhv73@xxxxxxxxxxxx> wrote:
> 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.

I'm discovering menus every day in Eclipse :)

For the entry "Library name lib*.so will be added"
do I enter the full name of the library (libmyproject.so) or just myproject ?

Thanks
JY


Back to the top