I have a Jar file that contains .so files. I need to use these inside of an 
Android Studio application. 

What steps do I have to take to load the jar and access the methods?

With normal .so files you would create a directory and drop the .so files 
there, then load each and every .so file up, then make a mock method then 
use that to call the JNI method.

Where does the jar file go and how do you access it's methods please? 

Don't see much on the Internet about doing this and that which I do people 
write in and say it doesn't work for them.

Thanks.

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/d6449774-874e-40e7-80df-d115dbae9246%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to