bmob / bmob-android-sdk

Bmob Android SDK Repository
https://www.bmobapp.com/
123 stars 43 forks source link

ExecutionException: com.android.dex.DexException: Multiple dex files define Lokio/Sink; #23

Open zhangchaofight opened 6 years ago

zhangchaofight commented 6 years ago

本地引入3.5.9的lib包,编译时报如标题所示的异常,请问这个怎么解决?下面是我的app的gradle文件

dependencies { compile fileTree(include: ['*.jar'], dir: 'libs') androidTestCompile('com.android.support.test.espresso:espresso-core:2.2.2', { exclude group: 'com.android.support', module: 'support-annotations' }) compile 'com.android.support:appcompat-v7:25.3.1' compile 'com.android.support.constraint:constraint-layout:1.0.2' //RecyclerView compile 'com.android.support:recyclerview-v7:25.3.1' //GreenDao compile 'org.greenrobot:greendao:3.2.0' //RxAndroid compile 'io.reactivex:rxandroid:1.1.0' //OkHttp compile 'com.squareup.okhttp3:okhttp:3.10.0' //FastJson compile 'com.alibaba:fastjson:1.2.46' //RxJava compile 'io.reactivex.rxjava2:rxjava:2.1.10' testCompile 'junit:junit:4.12' compile(name: 'bmob-sdk-3.5.9', ext: 'aar') }