How to add Android Dependencies Jar to Titanium Module

385 Views Asked by At

Titanium module is not an Android project, there is no Android Dependencies.

How can I add a jar which has to be added to Android Dependencies. I tries to add it to the Referenced Libraries but the sdk cannot be referenced.

1

There are 1 best solutions below

3
On

You can move any *.jar files to android/lib directory and any binary *.so to android/libs directory. Libs will be include in the final module distribution.