I have downloaded an example android project and was able to run into.
Now I want to integrate the functionality of that example into my own app. The example app uses api from a private library Jar file.
I want to know what the proper way is to copy this library into my project. I prefer not to reference, but make it part of my project such that I can delete the example project.
Obviously dragging the library into my project occurred to me, but not sure if this is the right way to do it.
[Update] heres is the example project I need to integrate into my app. Are there other things I need to copy over besides just the opentok-android-sdk.jar, such as the x86 folder?