我在android studio项目中遇到以下错误:
突然出现了。问题出在使用firebase身份验证的文件之一。如果我评论它然后出现在另一个使用Map的文件中。错误:(77,40)错误:无法访问zzbcc类文件 找不到com.google.android.gms.internal.zzbcc错误:执行失败 for task':app:compileDebugJavaWithJavac'。
编译失败;有关详细信息,请参阅编译器错误输出。
编辑1:
依赖{ 编译fileTree(dir:'libs',包括:['* .jar']) androidTestCompile( 'com.android.support.test.espresso:咖啡核:2,2,2', { 排除组:'com.android.support',模块:'support-annotations' })
compile 'com.facebook.android:facebook-android-sdk:[4,5)' compile 'com.onesignal:OneSignal:[3.6.2, 3.99.99]' compile 'com.github.pinball83:masked-edittext:1.0.3' compile 'com.android.support:appcompat-v7:26.1.+' compile 'com.google.firebase:firebase-core:11.2.2' compile 'com.google.firebase:firebase-database:11.2.2' compile 'com.google.firebase:firebase-auth:11.2.2' compile 'com.google.firebase:firebase-invites:11.2.2' compile 'com.google.firebase:firebase-storage:11.2.2' compile 'com.google.android.gms:play-services-location:11.2.2' compile 'com.google.android.gms:play-services-maps:11.2.2' compile 'com.google.android.gms:play-services-places:11.2.2' compile 'com.firebaseui:firebase-ui-database:2.0.0' compile 'com.android.support.constraint:constraint-layout:1.0.2' compile 'com.android.support:design:26.1.+' compile 'com.android.support:support-vector-drawable:26.1.+' compile 'de.hdodenhof:circleimageview:2.1.0' compile 'com.google.maps.android:android-maps-utils:0.5' compile 'com.google.code.gson:gson:2.7' compile 'com.android.support:multidex:1.0.1' compile 'com.squareup.picasso:picasso:2.5.2' compile 'com.android.support:support-v4:26.1.+' compile 'com.android.support:cardview-v7:26.1.+' compile 'com.android.support:recyclerview-v7:26.1.+' testCompile 'junit:junit:4.12' } apply plugin: 'com.google.gms.google-services'
我很确定错误不是因为任何代码更改,因为它正在工作但是当我在几天后打开它它停止工作。依赖项应该存在一些问题。
答案 0 :(得分:1)
从构建中删除此依赖项:
<hl2-company-specific-security-settings
[hidden]="!isEdit.value || !isChildComponentReadyForLoad"
[companies]="companies" [confirmation]="confirmation"
这是Firebase-UI的一个非常旧版本。您应该使用instructions here代替。另请考虑更新您的Firebase SDK版本,并确保Firebase-UI版本与SDK之间存在匹配,如我引用的文档中的表格所示。