请稍等 ...
×

采纳答案成功!

向帮助你的同学说点啥吧!感谢那些助人为乐的人

加入bmob这个包以后,运行后,总出现这个问题,怎么解决呢

Error:Execution failed for task ':app:transformDexArchiveWithExternalLibsDexMergerForDebug'.
> com.android.builder.dexing.DexArchiveMergerException: Unable to merge dex

https://img1.sycdn.imooc.com//szimg/5a17d85400018cc416000850.jpg

apply plugin: 'com.android.application'

android {
   compileSdkVersion 26
   buildToolsVersion "26.0.2"
   defaultConfig {
      applicationId "com.dalimao.mytaxi"
      minSdkVersion 21
      targetSdkVersion 26
      versionCode 1
      versionName "1.0"
      testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
      multiDexEnabled true
   }
   buildTypes {
      release {
         minifyEnabled false
         proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
      }
   }
   signingConfigs {
      release {
         storeFile file("keystore/release.jks")
         storePassword "111111"
         keyAlias "release"
         keyPassword "111111"
      }
      debug {
         storeFile file("keystore/debug.jks")
         storePassword "111111"
         keyAlias "debug"
         keyPassword "111111"
      }
   }

   packagingOptions {
      exclude 'META-INF/DEPENDENCIES.txt'
      exclude 'META-INF/NOTICE'
      exclude 'META-INF/NOTICE.txt'
      exclude 'META-INF/LICENSE'
      exclude 'META-INF/LICENSE.txt'
      exclude 'META-INF/rxjava.properties'
      exclude 'META-INF/rxjava.PROPERTIES'
      exclude 'META-INF/RXJAVA.properties'
      exclude 'META-INF/RXJAVA.PROPERTIES'
      exclude 'META-INF/rxjava'
      exclude 'META-INF/RXJAVA'
   }

}

dependencies {
   implementation fileTree(dir: 'libs', include: ['*.jar'])
   androidTestImplementation('com.android.support.test.espresso:espresso-core:2.2.2', {
      exclude group: 'com.android.support', module: 'support-annotations'
   })
   implementation 'com.android.support:appcompat-v7:26.1.0'
   testImplementation 'junit:junit:4.12'
   implementation 'com.squareup.okhttp3:okhttp:3.7.0'
   implementation 'com.google.code.gson:gson:2.3.1'
   implementation ('com.github.liuguangli:VerificationCodeInput:1.5')
   implementation 'io.reactivex:rxjava:1.0.14'
   implementation 'io.reactivex:rxandroid:1.0.1'

   implementation 'com.amap.api:map2d:5.2.0'
   implementation 'com.amap.api:search:5.5.0'
   implementation 'com.amap.api:location:3.6.1'

   //bmob-push:Bmob的推送包
   implementation 'cn.bmob.android:bmob-push:0.8'
   implementation 'cn.bmob.android:bmob-sdk:3.5.5'
}


正在回答 回答被采纳积分+3

2回答

燕知鸿鹄 2017-11-25 10:26:33

降个版本试试

0 回复 有任何疑惑可以回复我~
  • 提问者 会灰的大飞狼 #1
    降什么版本,降到多少啊?
    回复 有任何疑惑可以回复我~ 2017-11-27 08:31:02
大利猫 2017-11-24 22:50:53

代码和github上面一样么?

0 回复 有任何疑惑可以回复我~
  • 提问者 会灰的大飞狼 #1
    一样啊问题在哪里啊
    回复 有任何疑惑可以回复我~ 2017-11-27 08:30:27
  • 把你代码压缩发给我看看,发到邮箱javaboylgl@gmail.com
    回复 有任何疑惑可以回复我~ 2017-11-27 12:59:05
问题已解决,确定采纳
还有疑问,暂不采纳
意见反馈 帮助中心 APP下载
官方微信