我使用 studio,导入了 firebase auth dependencies,但 gradle 同步失败了。
对数猫
`Caused by: org.codehaus.groovy.control.MultipleCompilationErrorsException: startup failed:`
事件日志
1:00 AM Gradle sync failed: Cause: startup failed:
build file 'C:\Users\Abhi\Desktop\DESKTOP\MY BOOK\BscIt\build.gradle': 1: unexpected token: < @ line 1, column 1.
<component name="libraryTable">
^
1 error
解决方案:
请看一下你的 build.gradle
文件。错误信息表明那里有问题。最有可能的是文本 <component name="libraryTable">
不应该在那里。