--
You received this message because you are subscribed to the Google Groups "android-ndk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to android-ndk+unsubscribe@googlegroups.com.
To post to this group, send email to andro...@googlegroups.com.
Visit this group at https://groups.google.com/group/android-ndk.
To view this discussion on the web visit https://groups.google.com/d/msgid/android-ndk/d99d2e79-779f-4d9f-ad6d-59edd4694d86%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
what you're probably missing is the java->C interface?it's JNI - ... can google seach 'android jni ndk' maybe?
On Thu, May 24, 2018 at 2:52 PM, Steve Malek <pmal...@gmail.com> wrote:
Hello,I am very new to android ndk and I am having trouble with the following issue.I am writing a standalone application which I want for it to be able to load a .so file that is on my mobile device and call its methods.Looking online I am not able to find a solution and most of what I find are based on older versions of Studio and Gradle.I am familiar enough with NDK to create a simple .so file myself but no clear on how to access .so files external to my own project.To be more clear what I need is to be able to call a external .so file from an Android App without having access to its source code. As noted above an example would be something on the device that I can load to my app and call.Can I directly call the .so file that is on my device from an application?Do I need to pull the .so file and place it in my project?Or is this not achievable without the source code being available?Looking for advice on this.Thanks!
--
You received this message because you are subscribed to the Google Groups "android-ndk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to android-ndk...@googlegroups.com.