Closed jamesbond12 closed 9 years ago
You can't simply rename the package(s), the native library bindings would need to be adapted and some classes use reflection based on hard names. There's no reason to rename libjitsi, it won't show up in your application's name. Take a look at jitsi-android on how to use libjitsi on Android.
I want to compile and build libjitsi for com.example on Android . But when I include the renamed jar, it has errors. I renamed from org.jitsi to com.example using Ideal J but it shows errors
What is the best to use libjitsi for a custom application?