Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
重新安装 Android Studio(使用 SDK v28)并打开一个以前可以工作的项目后,它会询问已安装 SDK 的库。
构建错误:
安装的SDK:
它还要求已安装的 Android Support Repo,如下所示:
我该如何解决这个错误?
卸载整个本地“支持存储库”并删除-alpha1标签。
-alpha1
这种依赖关系可以通过存储库google()或mavenCentral().
google()
mavenCentral()