March 2013
Intermediate to advanced
346 pages
8h 4m
English
Native code is usually compiled into a shared library and loaded before the native methods can be called. This recipe covers how to load native libraries and register native methods.
Please read the recipes in Chapter 1, Hello NDK, to set up the Android NDK development environment if you haven't done so already.
The following steps will show you how to build an Android application that demonstrates loading native libraries and registering native methods:
NativeMethodsRegister. Select Create new project in workspace. Then, click on Next.Read now
Unlock full access