Can you please let me know what is the correct way for JNA to unpack native libraries? Keep in mind that end-user applications link against JNA so JNA is not directly involved in the building of APK files. Furthermore, JNA needs to unpack two kinds of libraries:
What do you recommend we do?
Thank you,
Gili
--
You received this message because you are subscribed to the Google Groups "android-ndk" group.
To view this discussion on the web visit https://groups.google.com/d/msg/android-ndk/-/ZuAeQotxDk4J.
To post to this group, send email to andro...@googlegroups.com.
To unsubscribe from this group, send email to android-ndk...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/android-ndk?hl=en.
Hi David,
One point of clarification: how is a library, such as JNA, supposed to bundle its own native libraries in order for them to be extracted when the application that links against it is installed? Will packaging the native libraries in lib/<abi>/lib<name>.so inside the JAR file work? Does JNA need to package itself using an Android-specific "Library Project" instead?