项目导入导致Google Play服务错误

时间:2015-03-10 09:09:19

标签: android android-studio google-play-services

我正在开发Open Data Kit。我已经在我的系统上克隆了ODK Collect repo。

现在每当我尝试在Android Studio中导入Android项目时, 我收到以下错误

* Project ODK Collect:D:\Development\opendatakit.collect\project.properties:
Library reference ..\playservices could not be found
Path is D:\Development\opendatakit.collect\..\playservices which resolves to D:\Development\playservices

我已将Google-Play-Services JAR文件放在项目文件夹中。 请指导详细步骤。

我搜索过类似的问题,没有解决方案的工作

非常感谢。

1 个答案:

答案 0 :(得分:0)

防止Unrecoverable error

enter image description here

首先打开eclipse并打开项目,删除所有错误,使项目可以运行。

如果你没有安装ecclipse,那么从项目中删除(保留备份)project.properties文件

现在尝试在 Android Studio 中导入您的项目,您将无法获得Unrecoverable error

现在添加依赖

  1. 右键单击项目文件夹,单击打开模块设置
  2. 转到依赖关系标签(最后一个)
  3. 选择右侧的 + 按钮,选择图书馆依赖关系
  4. 滚动到Google Play服务并选择它。
  5. 现在,您将能够import并使用Google play service.