jitsi / libjitsi

Advanced Java media library for secure real-time audio/video communication.
Apache License 2.0
628 stars 282 forks source link

Renaming Problems #59

Closed jamesbond12 closed 9 years ago

jamesbond12 commented 9 years ago

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?

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