无法解析 "com.google.api" 中的符号 "api"

Cannot resolve symbol "api" in "com.google.api"

我正在使用 Android Studio 1.3,我想在其中构建一个将图像上传到 Google 云端硬盘的应用程序。我正在关注 Google Drive Android Quickstart to build my app, but when I use the code from this project then this error appears:

我也将 google-play-services.jar 文件导入到我的项目中,但仍然出现此错误。

你可能失踪了

compile 'com.google.android.gms:play-services-drive:8.4.0'

来自您的 gradle 依赖项