I've been trying to write an Android module that uses a third-party library which loads binary code.
I've only found instructions on how to use a library that's packaged as a .jar file. What if I want to use a library that contains binary code, like this one? Is it possible with Titanium?
Thanks!