android's java native call mechanism). Please let me know if you will
On Dec 8, 11:22 pm, motz <
motoya.kuro...@gmail.com> wrote:
> I managed to run two types of native C "Hello world!" on Android.
>
> 1) Dynamically linked executable.
> This is an executable dynamically linked with system libc.so
>
> 2) Dynamically linked executable linked with user's shared library.
> This is an executable dynamically linked not only with system
> libc.so
> but also with the shared library user made.
>
> See below if you are interested.
>