All Questions
3 questions
0
votes
2
answers
1k
views
Using .so library classes in after System.load()
I am trying to use the .so external library in my Android project. It's not clear to me how can I access the classes in the library once it's loaded via System.load("path to lib")?
The ...
1
vote
1
answer
357
views
Android Native libraries conflict
I have a native library the armeabi arch in my project that I want to package with the apk. When I add this under jniLibs and compile the app everything works fine. But when I add a 3rd party library ...
2
votes
1
answer
4k
views
Call shared library (.so) methods within Android Studios C files
I'm struggling with this for several days now. At the moment i'm just testing it with a simple C++ project (1 .h & 1 .cpp file) and a minimalistic App including the ndk helloJNI sample code (which ...