March 2013
Intermediate to advanced
346 pages
8h 4m
English
The previous recipe discussed how to port a library as a
shared library module with the libbmp library as an example. In this recipe, we will demonstrate how to port the libbmp library as a static library.
Readers are recommended to read the Building an Android NDK application at the command line recipe in Chapter 3, Build and Debug NDK Applications, before going through this one.
The following steps describe how to create our sample Android project that demonstrates porting the libbmp library as a static library:
PortingStatic with native support. Set the package name as cookbook.chapter8.portingstatic