opentok / opentok-android-sdk-samples

Sample applications illustrating best practices using OpenTok Android SDK.
https://tokbox.com/developer/sdks/android/
MIT License
210 stars 169 forks source link

release build #428

Closed fenngzui closed 1 year ago

fenngzui commented 2 years ago

E/rtc: #

Fatal error in: ../../../../src/modules/utility/source/helpers_android.cc, line 74

# last system error: 22
# Check failed: !jni->ExceptionCheck()
# Error during FindClass: com/vonage/webrtc/voiceengine/BuildInfo
adrienrx commented 2 years ago

Hey @fenngzui , I had the same issues. You need to rework your proguard rules. Your release build is probably obfuscated.

They have moved the org.webrtc package out and replaced it with com.vonage.webrtc. without telling anyone :)

image

v-kpheng commented 1 year ago

@adrienrx, nice meme :-)

Update rules can be found here: https://tokbox.com/developer/sdks/android/#proguard-rules-needed-by-the-vonage-android-sdk