Android Studio 导入 Google Play 服务错误

Posted

技术标签:

【中文标题】Android Studio 导入 Google Play 服务错误【英文标题】:Android Studio Import Google Play Services Error 【发布时间】:2015-01-23 00:25:31 【问题描述】:

我正在尝试将项目导入 android studio,但我不断收到此错误。通过查看路径,该项目看起来像是最初在 mac 上编码的。我在 Windows 8.1 上。据我了解,它沿着我的情况不存在的mac路径查找。有什么办法可以改变这条路吗?

我的 google play 库路径是:C:\Program Files (x86)\Android\android-sdk\extras\google\google_play_services\libproject\google-play-services_lib

错误信息:

Project The Restaurant App:C:\The Restaurant App\project.properties: 图书馆参考 ..........\Applications\adt-bundle-mac-x86_64-20130917\sdk\extras\google\google_play_services\libproject\google-play-services_lib 找不到 路径是 C:\餐厅 应用程序............\Applications\adt-bundle-mac-x86_64-20130917\sdk\extras\google\google_play_services\libproject\google-play-services_lib 解决为 C:\Applications\adt-bundle-mac-x86_64-20130917\sdk\extras\google\google_play_services\libproject\google-play-services_lib

【问题讨论】:

【参考方案1】:

iImport the google playservices to your workspace and the project,当你将库引用添加到你的项目时,库和项目都应该在同一个地方,

至于这样的错误,我宁愿建议你使用 Eclipse 或从 android 站点下载 ADT 包,因为

Android 工作室不够大,无法处理此类错误,它每次都在加载 gradle 并创建此类错误

【讨论】:

好的,我也将 google lib 文件夹复制到了项目文件夹,但仍然出现同样的错误? 不是项目文件夹,这两个文件夹必须与 C://desktop/yourproject 和 c://desktop/googleplay 位于同一位置 让您的项目和库具有相同的目标 SDK,因为两者必须具有相同的目标 SDK 你有没有将构建 gradle 文件修改成这样......依赖项 compile 'com.google.android.gms:play-services:5.0.77' 你看到错误是如何告诉我它正在寻找 mac os 中的路径。我有窗户。你认为我需要在项目的某个文件中更改它吗?

以上是关于Android Studio 导入 Google Play 服务错误的主要内容,如果未能解决你的问题,请参考以下文章

将 Android volley 导入 Android Studio

尝试将旧的 Eclipse Android 项目导入 Android Studio

Android Studio - 导入外部库/Jar

在 Android Studio 中导入 Google Play Services 库

Android Studio GeoDataClient无法解析

mac上安装android studio