VoiSmart / pjsip-android

SIP Service for Android based on PJSIP
http://www.pjsip.org/
Apache License 2.0
290 stars 140 forks source link

UnsatisfiedLinkError #207

Open xreleven opened 6 months ago

xreleven commented 6 months ago

I made app with this gradle library. but it's not working App is crashed with this error: 1712108931172 targetSdk 34 compileOptions { sourceCompatibility JavaVersion.VERSION_17 targetCompatibility JavaVersion.VERSION_17 }

xreleven commented 6 months ago

Tried many methods, but still this error occurs.