找不到com.google.android.gms:发挥服务 - 分析:8.1.0找不到、com、google、gms

2023-09-07 16:51:04 作者:要抱抱

试图编译和调试Android应用我的工作产生了以下错误:

Attempting to compile and debug the Android application I am working on resulted in the following errors:

* What went wrong:
A problem occurred configuring project ':app'.
> Could not resolve all dependencies for configuration ':app:_prodDebugStagingCompile'.
   > Could not find com.google.android.gms:play-services-analytics:8.1.0.
     Searched in the following locations:
         https://repo1.maven.org/maven2/com/google/android/gms/play-services-analytics/8.1.0/play-services-analytics-8.1.0.pom
         https://repo1.maven.org/maven2/com/google/android/gms/play-services-analytics/8.1.0/play-services-analytics-8.1.0.jar
         https://jcenter.bintray.com/com/google/android/gms/play-services-analytics/8.1.0/play-services-analytics-8.1.0.pom
         https://jcenter.bintray.com/com/google/android/gms/play-services-analytics/8.1.0/play-services-analytics-8.1.0.jar
 ...

这些是源关闭或过期?

Are these sources down or expired?

推荐答案

打开Android SDK工作室经理,确保所有的开发工具是最新的。然后确保你的谷歌播放服务和谷歌信息库软件包保持最新状态。在Android SDK工作室经理,你会在SDK工具标签下找到这些。如果您使用的是独立的SDK管理器,你会向下滚动到底部的其他部分,更新他们那里。

Open the Android Studio SDK manager, make sure all of your build tools are up to date. Then make sure your Google Play Services and Google Repository packages are up to date. In the Android Studio sdk manager, you'll find these under the "SDK Tools" tab. If you are using the standalone sdk manager, you would scroll down to the "Extras" section at the bottom and update them there.