注册

ChatDemoUI3.0导入到AndroidStudio中运行闪退,但是没报错

开始报错,参考http://community.easemob.com/article/825307445修改为

apply plugin: 'com.android.library' android { compileSdkVersion 23 buildToolsVersion "23.0.2" defaultConfig { minSdkVersion 14 targetSdkVersion 21 } buildTypes { release { minifyEnabled false proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.txt' } } } dependencies { compile 'com.android.support:support-v4:23.1.1' compile files('libs/BaiduLBS_Android.jar') compile files('libs/glide-3.6.1.jar') compile files('libs/google-play-services.jar') compile files('libs/hyphenatechat_3.0.1.jar') compile files('libs/org.apache.http.legacy.jar') }
没有报错,真机能运行,但是虚拟机运行闪退
已邀请:
虚拟机你可以测试下运行环信的demo会闪退吗?

要回复问题请先登录注册