com.android.dex.DexException:多个dex文件定义Landroid / support / v4 / accessibilityservice / AccessibilityServiceInfoCompatIcs

时间:2015-04-07 15:46:09

标签: android gradle

现在已经敲了几个小时。我的依赖项有什么问题?我一直收到错误com.android.dex.DexException: Multiple dex files define Landroid/support/v4/accessibilityservice/AccessibilityServiceInfoCompatIcs;

compile ('com.android.support:appcompat-v7:21.0.0')
compile ('com.google.android.gms:play-services:6.5.87'){
    exclude module: 'support-v4'
}
compile 'com.jpardogo.materialtabstrip:library:1.0.9'
compile ('de.greenrobot:greendao:1.3.7')
compile ('org.springframework.android:spring-android-rest-template:1.0.1.RELEASE')
compile ('com.fasterxml.jackson.core:jackson-databind:2.4.3')
compile ('uk.co.icatalyst:android-support-v4:18')
compile ('org.osmdroid:osmdroid-android:4.2')
compile ('org.slf4j:slf4j-android:1.6.1-RC1')
compile ('com.splunk.mint:mint:4.1')

0 个答案:

没有答案