Agora-Chat-API-Examples
Agora-Chat-API-Examples copied to clipboard
App Crashed, Agora Chat SDK for Flutter app when running in release mode.
No pending exception expected: java.lang.ClassNotFoundException: com.hyphenate.chat.adapter.EMAREncryptUtils
add proguard rules in app/proguard-rules.pro
file, add the following lines to prevent code obfuscation:
-keep class com.hyphenate.** {*;}
-dontwarn com.hyphenate.**