Agora-Chat-API-Examples icon indicating copy to clipboard operation
Agora-Chat-API-Examples copied to clipboard

App Crashed, Agora Chat SDK for Flutter app when running in release mode.

Open ahsanrazapk opened this issue 1 year ago • 1 comments

No pending exception expected: java.lang.ClassNotFoundException: com.hyphenate.chat.adapter.EMAREncryptUtils

agora_chat_sdk: ^1.1.1

ahsanrazapk avatar Oct 26 '23 07:10 ahsanrazapk

add proguard rules in app/proguard-rules.pro file, add the following lines to prevent code obfuscation:

-keep class com.hyphenate.** {*;}
-dontwarn  com.hyphenate.**

dujiepeng avatar Dec 07 '23 06:12 dujiepeng