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.
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.
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.