出于某种原因,我无法让GooglePlayServicesClient工作。我已按照Setting Up Google Play Services指南进行操作。 compile 'com.google.android.gms:play-services:7.5.0'
位于正确的build.gradle
文件中。我运行了“与Gradle文件同步项目”。在SDK Manager中,我安装了Extras> Google Play服务第25版。在干净的版本中,我收到以下错误:
Error:(20, 24) error: cannot access GooglePlayServicesClient
class file for com.google.android.gms.common.GooglePlayServicesClient not found
Error:(24, 28) error: cannot access OnConnectionFailedListener
class file for com.google.android.gms.common.GooglePlayServicesClient$OnConnectionFailedListener not found
Error:Execution failed for task ':app:compileDebugJava'.
> Compilation failed; see the compiler error output for details.
我已经仔细检查过我是否正确地按照设置指南,卸载并重新安装了SDK Manager中的Google Play服务,关闭并重新打开Android Studio,但都没有成功。
感谢您的帮助。