Android native library merging - Facebook Engineering

Android developers who use lots of C++ code might be familiar with the native library limit that exists in Android versions prior to 4.3. When targeting older Android versions, one must carefully manage the number of libraries in their app to avoid hitting this limit. This is especially tricky because libraries loaded by the system [...]Read More...

23 Jan 2018 ... However, on Android, many of our libraries use JNI, which means they have exactly one symbol that is duplicated: JNI_OnLoad . This is the ...

Lee mas