0

모든 것이 잘 작성되었지만 최근에는 주 단위 시간에 프로젝트가 빌드되지 않았습니다.해결 : 안드로이드 스튜디오 프로젝트를 빌드 할 수 없습니다. com.google.android.gms.internal.zzbcc 파일을 찾을 수 없습니다.

가 zzbcc 클래스 파일 오류는 구글 맵 코드에 대한 추가 마커 방식에 발생으로 어쩌면 난 내 프로젝트에 사용한지도와 관련된 액세스 할 수 없습니다

이 내 현재 Gradle을 빌드 파일

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' 

청소입니다 성공적인 BU를 쌓다 앱을 실행할 수 없거나 서명 된 APK를 생성 할 수 없습니다. 종속성 문제를 지적하는 여러 가지 유사한 질문을 보았습니다.하지만이 경우 firebase과 google 서비스는 모두 동일합니다.

해결 중포 기지와 구글 플레이 서비스 종속성이 동일하고, 또한 대한 최신 안정 버전을 사용하여 난 그냥 의존성을 변경했다

+0

Android 스튜디오 캐시를 지우고 빌드하려고합니다. 파일 -> 캐시 무효화/재시작 – vsvankhede

+0

낫지는 않지만 여전히 같은 문제 @vsvankhede – geniushkg

답변

0

업데이트 Gradle을 종속

에서 최신 구글 플레이 버전과 중포 기지에 모두 최신 버전의 모든 버전과 모든 빌드 문제가 해결되었습니다. 덕분에 .

관련 문제