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.
Copyright © 2021 Jogjafile Inc.
You can move any
*.jar
files toandroid/lib
directory and any binary*.so
toandroid/libs
directory. Libs will be include in the final module distribution.