March 2013
Intermediate to advanced
346 pages
8h 4m
English
This recipe discusses how to port a command-line executable to Android with an NDK build system. We will use the open source Fugenschnitzer program (fusch) as
an example.
You should read the Porting a library as a static library with an Android NDK build system recipe in Chapter 8, Porting and Using Existing Libraries with Android NDK, before going through this one.
The following steps describe how to port the fusch program to Android with an NDK build system:
cookbook.chapter9.portingexecutable. Refer to the Loading native libraries and registering native ...