我有一個錯誤重複的條目:COM /谷歌/安卓/ GMS /分析/內部/ Command.class
packageAllDebugClassesForMultiDex」。 java.util.zip.ZipException: 重複的條目: COM /谷歌/安卓/ GMS /分析/內部/ Command.class
這是我的gradle這個
dependencies {
compile project(':simonVTLibrary')
compile project(':facebookSDK')
compile project(':library')
compile 'com.android.support:support-v4:23.0.0'
compile 'com.google.android.gms:play-services:+'
compile 'com.android.support:appcompat-v7:23.0.0'
compile files('libs/crashlytics.jar')
compile files('libs/InMobi-4.1.1.jar')
compile files('libs/libGoogleAnalyticsServices.jar')
compile files('libs/PayPalAndroidSDK-2.5.1.jar')
compile files('libs/picasso-2.4.0.jar')
compile 'com.android.support:multidex:1.0.0'
}
我想我有在'libs/libGoogleAnalyticsServices.jar'和'com.google.android.gms:play-services:+'之間重複。我一直在搜索並找不到答案。我需要做什麼解決方法?
你將與在谷歌Play服務的兩倍。不要使用罐子。 –