注册

Android Studio混淆打包混淆后直接崩溃。(3.3.2without,debug模式代码已注释)

错位日志:
 1.Could not find class 'com.hyphenate.chat.EMCallManager', referenced from method com.hyphenate.chat.EMClient.callManager
2.Could not find class 'android.app.job.JobScheduler', referenced from method com.hyphenate.chat.EMClient.cancelJob
3.Could not find class 'com.hyphenate.chat.EMJobService', referenced from method com.hyphenate.chat.EMClient.scheduleJob
 
混淆规则如下:
-keep class com.hyphenate.** {*;} 
-keep class com.superrtc.** {*;}
-keep class internal.org.apache.http.entity.mime.** {*;} 
-dontwarn com.hyphenate.**
 
已邀请:
引用的Easui库

要回复问题请先登录注册