0

Alles war gut Gebäude, aber vor kurzem in der Woche, jetzt ist das Projekt nicht zu bauen,Gelöst: nicht in der Lage, android Studio-Projekt kann nicht auf zbbcc Klasse Datei für com.google.android.gms.internal.zzbcc nicht gefunden

nicht zzbcc Klasse Dateifehler ist vielleicht auf Karten im Zusammenhang zugreifen kann , wie es auf Add Marker-Methode für google-map-Code tritt ich in meinem Projekt

meine aktuelle gradle Build-Datei

buildscript { 
repositories { 
    maven { url 'https://maven.fabric.io/public' } 
} 

dependencies { 
    classpath 'io.fabric.tools:gradle:1.+' 
}} 


dependencies { 


/*For Facebook Sign in*/ 
compile files('libs/YouTubeAndroidPlayerApi.jar') 
//fort lib 
compile project(':FORTSDKv1.4') 
compile project(':likebutton') 
compile project(':infiniteviewpager') 
compile 'com.android.support:support-v4:27.0.0' 
compile 'com.android.support:appcompat-v7:27.0.0' 
compile 'com.intuit.sdp:sdp-android:1.0.4' 
compile 'com.squareup.picasso:picasso:2.5.2' 
compile 'com.android.support:design:27.0.0' 
compile 'com.android.support:recyclerview-v7:27.0.0' 
compile 'com.android.support:cardview-v7:27.0.0' 
compile 'com.android.support:palette-v7:27.0.0' 
compile 'com.github.clans:fab:1.6.2' 
compile 'de.hdodenhof:circleimageview:2.1.0' 
compile 'com.mcxiaoke.volley:library-aar:1.0.0' 
compile 'uk.co.chrisjenx:calligraphy:2.1.0' 
compile 'com.squareup.okhttp3:okhttp:3.5.0' 
compile 'com.github.florent37:arclayout:1.0.1' 
compile 'com.flaviofaria:kenburnsview:1.0.7' 
compile 'com.jakewharton:butterknife:8.4.0' 
compile 'com.squareup.retrofit2:retrofit:2.1.0' 
compile 'com.squareup.retrofit2:converter-gson:2.1.0' 
compile 'com.github.bumptech.glide:glide:3.7.0' 
compile 'com.squareup.okhttp3:logging-interceptor:3.4.1' 
// compile 'com.google.android.gms:play-services-auth:9.2.1' 
compile 'com.facebook.android:facebook-android-sdk:4.0.1' 
// compile 'com.google.android.gms:play-services-appindexing:9.2.1' 
compile 'com.yayandroid:ParallaxRecyclerView:1.1' 
compile 'com.github.scottyab:showhidepasswordedittext:0.8' 
compile 'com.txusballesteros:bubbles:1.2.1' 
compile 'com.victor:lib:1.0.1' 
compile 'com.shamanland:fonticon:0.1.8' 
compile 'com.google.guava:guava:19.0' 
compile 'org.bouncycastle:bcprov-jdk16:1.46' 
compile 'commons-codec:commons-codec:1.10' 
compile 'com.vinaygaba:creditcardview:1.0.3' 
// compile 'com.google.android.gms:play-services-maps:9.2.1' 
compile 'com.android.support:multidex:1.0.1' 
compile 'com.github.damson:Bright:v1.1.0-release' 
// compile 'com.google.android.gms:play-services:9.2.1' 
compile 'com.yalantis:ucrop:2.2.0' 
compile 'com.android.support.constraint:constraint-layout:1.0.2' 
compile 'com.wang.avi:library:2.1.3' 
testCompile 'junit:junit:4.12' 
annotationProcessor 'com.jakewharton:butterknife-compiler:8.4.0' 
compile('com.crashlytics.sdk.android:crashlytics:[email protected]') { 
    transitive = true; 
} 
// OneSignal SDK 
compile 'com.onesignal:OneSignal:[3.6.1,3.99.99)' 
compile 'com.google.android.gms:play-services:11.2.2' 
compile 'com.google.android.gms:play-services-auth:11.2.2' 
compile 'com.google.android.gms:play-services-maps:11.2.2' 
compile 'com.google.firebase:firebase-appindexing:11.2.2' 
compile 'com.google.firebase:firebase-messaging:11.2.2' 
compile 'com.google.code.gson:gson:2.8.2' 
//compile 'com.adjust.sdk:adjust-android-criteo:4.2.3' 
compile 'com.adjust.sdk:adjust-android:4.11.4' 
compile 'com.google.android.gms:play-services-analytics:11.2.2' 
} 
apply plugin: 'com.google.gms.google-services' 

reinigt Dies ist verwendet habe baut erfolgreich bu Ich kann keine App laufen lassen oder signierte Apk generieren, Ich habe mehrere ähnliche Fragen gesehen, die sie auf Abhängigkeitsproblem hinweisen, aber in diesem Fall Firebase und Google Play-Dienste sind beide gleich.

Gelöst Durch die Feuerbasis und Google Play-Service-Abhängigkeiten gleichen und auch für die neueste stabile Version für beide

+0

Versuchen Sie, Android Studio-Cache zu leeren und zu erstellen. Datei -> Caches ungültig machen/Neustart – vsvankhede

+0

Nein, das hilft nicht, immer noch das gleiche Problem @vsvankhede – geniushkg

Antwort

0

-Update auf die neueste Google-Play-Version und Feuerbasis in gradle Abhängigkeiten

Ich musste nur die Abhängigkeit ändern Version in Gradle zu spät und alle Build-Probleme wurden behoben. danke.

Verwandte Themen