我正在尝试将Firebase安装到我的Android应用中,但似乎我做错了。我完全按照我在tutorial中看到的那样做了。
但是当我将此compile 'com.google.firebase:firebase-core:9.6.1'
放入我的项目时,我收到此错误消息:
Could not fint support-annotations.jar.....
教程说明了这个错误:
Getting a "Could not find" error? Make sure you have the latest Google Repository in the Android SDK manager˛
问题在于我拥有最新版本的Google Repository。我无法更新它,因为SDK Manager中没有可用的更新。
你知道我能做些什么来解决这个问题吗?
答案 0 :(得分:0)
在Android SDK Manager的Extras部分中,确保安装Android支持库(v23.2.1)和Android Repository(v38)并保持最新。
支持注释库为described here。
当其中一个Firebase库出现“无法找到”错误时,适用于Google Repository的教程提示适用。
答案 1 :(得分:0)
我不得不更新android studio和gradle插件。之后一切正常。