Hello
> Install : libhello-jni.so => apps/hello-jni/project/libs/armeabi
As the compiler says, the libhello-jni.so is copied to [NDK_ROOT/]apps/
hello-jni/project/libs/armeabi
Moreover, the folder names for your project in NDK_ROOT/source and
NDK_ROOT/apps need to be identical (not "native" and "NativeApp" as in
your case). Also, folder names are case sensitive.
On Aug 27, 2:49 pm, swapnil kamble <
swap.kam...@gmail.com> wrote:
> Hi,
> I am trying to build ndk samples by following command. It gives me
> compilation successful, but I could not find libhello-jni.so file even if
> libs directory. And even if add new directory as per given in this tutorial
>
>
http://earlence.blogspot.com/2009/07/writing-applications-using-andro...
>
> $make APP does not find this app, says use hello-jni or two-libs.
>
> bash-3.2$ make APP=hello-jni -B
> Android NDK: Building for application 'hello-jni'
> Compile thumb : hello-jni <= sources/samples/hello-jni/hello-jni.c
> SharedLibrary : libhello-jni.so
> Install : libhello-jni.so => apps/hello-jni/project/libs/armeabi
> bash-3.2$
>
> Thanks in advance..
> --
> ...Swapnil
>
> || Hare Krishna Hare Krishna Krishna Krishna Hare Hare ||
> || Hare Rama Hare Rama Rama Rama Hare Hare ||
>
> sources.rar
> 4KViewDownload
>
> apps.rar
> 43KViewDownload