我正在尝试让 AdMob 运行。但由于某些奇怪的原因,我无法让 Android Studio 接受已安装 Google Repository。问题是,它安装在 SDK 管理器中。现在重新安装了多次。项目结构 SDK 路径与 Android SDK Manager 中的相同。
当我将鼠标悬停compile 'com.google.android.gms:play-services:6.+'
在 build.gradle 中的行上时,我得到了这个工具提示:
"Dependency on Play Services, but the SDK installation does not have the "Extras > Google Repository" installed. Open the SDK manager and install it"
当我尝试编译时,出现此错误:
Error:Failed to resolve: com.google.android.gms:play-services:6.+
伴随该错误而来的是安装存储库的链接,我现在多次使用该链接。Android Studio 不在乎。帮助。
编辑:当我使用一个新的空项目时,它可以工作,Android Studio 会找到存储库。不知道这里发生了什么。