0

I have .so library and it's 'JNICall' class, which is an interface for it. They was wrote not by me. To be honest, I decompiled one apk to get them. So the question - It is possible to use them in my project, and how I can do this?

1 Answers1

0

Try to find proper documentation for your library otherwise it'll be difficult to integrate,

as for including the so file in your project follow this:

How do I import a native library (.so file) into Eclipse?

Community
  • 1
  • 1
ir2pid
  • 5,604
  • 12
  • 63
  • 107
  • There is no documentation for libray, because I decompiled the apk file to get it) I have decompiled example which use it, so it is much easier to reengenere dependencies for it. – Alexander Shustanov Apr 25 '14 at 14:53