Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
ahsanrazapk opened this issue Oct 26, 2023 · 1 comment

Comments

@ahsanrazapk
Copy link

ahsanrazapk commented Oct 26, 2023

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

agora_chat_sdk: ^1.1.1

@dujiepeng
Copy link
Contributor

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

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants