错误:(203,52)错误:无法访问未找到com.google.android.gms.common.internal.safeparcel.zza的zza类文件

时间:2017-12-14 10:27:06

标签: java android gradle android-gradle dependencies

在我的Gradle文件中。所有服务均为google play service,其版本号相同但仍有相同的错误。其他人建议使用相同版本的firebasegoogle play service。但我没有使用firebase服务。

dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
testCompile 'junit:junit:4.12'
compile 'com.android.support:appcompat-v7:25.1.1'
compile 'com.android.support:design:25.1.1'
compile 'com.android.support:support-v4:25.1.1'
compile 'com.nineoldandroids:library:2.4.0'
annotationProcessor 'com.jakewharton:butterknife:7.0.1'
compile 'com.jakewharton:butterknife:7.0.1'
compile('com.github.bumptech.glide:glide:3.7.0') {
    exclude group: 'com.android.support', module: 'support-v4'
    exclude group: 'com.android.support', module: 'cardview-v7'
    exclude group: 'com.android.support', module: 'design'
    exclude group: 'com.android.support', module: 'appcompat-v7'
}
compile 'com.android.support:multidex:1.0.1'
compile 'com.facebook.android:account-kit-sdk:4.+'
compile project(':library')
compile 'com.google.android.gms:play-services-gcm:11.0.1'
compile 'com.google.android.gms:play-services-maps:11.0.1'
compile 'com.google.android.gms:play-services-location:11.0.1'
compile 'org.adw.library:discrete-seekbar:1.0.1'
compile 'com.jpardogo.materialtabstrip:library:1.1.1'
compile 'com.wdullaer:materialdatetimepicker:3.2.2'

}

0 个答案:

没有答案