jchat-android icon indicating copy to clipboard operation
jchat-android copied to clipboard

NoClassDefFoundError

Open lian1174 opened this issue 9 years ago • 2 comments

完全按照文档方式导入的,导入android studio,运行后,打开应用 直接就崩溃,日志是 java.lang.NoClassDefFoundError: Failed resolution of: Lcom/blueware/agent/android/instrumentation/SQLiteInstrumentation; at io.jchat.android.application.JChatDemoApplication.onCreate(JChatDemoApplication.java:62)

lian1174 avatar Mar 16 '17 09:03 lian1174

@lian1174 你导入了 ActiveAndroid 没有?另外如果你改了包目录结构,需要在 AndroidManifest 中做相应改动。

KenChoi1992 avatar Mar 16 '17 09:03 KenChoi1992

你参考这个,玩聊天,基于极光IM的即时通讯app,功能完善,供大家参考https://github.com/979451341/WanIm

979451341 avatar Sep 19 '19 07:09 979451341