I am using Chirp Android SDK for sharing data over sound, its working pretty well.
But when I am enabling my proguard then this JNI exeption is throwing, i have tried many ways to overcome this issue like add proguard rule in proguard file lets see :
-keep class io.chirp.connect.Chirpconnect { *; }
-keep class chirpconnect.Chirpconnect { *; }
-keepclasseswithmembernames class * { native methods; }
But not found any solutions?
I have just added one chirp SDK AAR in a libs folder and add this
repositories {
flatDir {
dirs 'libs'
}
}
to build.gradle file