谷歌播放未找到的资源

时间:2013-11-29 12:35:08

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

首先。请不要锁定或报告此主题。我已经尝试了所有类似的stackoverflow问题,但没有一个能解决我的问题!

因为我已将google play服务lib添加到我的项目(以及外部JAR文件) 我一遍又一遍地得到同样的错误。

我已经使用我的SDK管理器下载了google play libs,我已经导入了该项目,然后我在我的应用程序中引用了play库并添加了外部JAR文件。

图片:

有人可以告诉我我做错了什么或如何解决这个问题? 我只是想让我的应用程序真的登录Google+。

谢谢 〜Yenthe

1 个答案:

答案 0 :(得分:1)

Since I've added the google play services lib to my project (and the external JAR file) I keep getting the same error over and over again. 

它是一个库项目,你可以在android项目中引用它。

I've imported the project and then I referred to the play library in my app and added the external JAR file

Remvoe外部罐子。参考图书馆项目如下。

http://developer.android.com/google/play-services/setup.html  如果您使用的是android-studio,请按照使用Android Studio

标题下的上述链接中的步骤操作

如果您在IDE中使用eclipse。

将google-play services_lib库项目复制到您的工作区(您的android地图项目所在的文件夹)。可以在以下路径中找到库项目。

<android-sdk-folder>/extras/google/google_play_services/libproject/google-play-services_lib library project .

将库项目导入您的eclipse

点击文件&gt;导入,选择Android&gt;将现有的Android代码导入Workspace,并浏览工作区导入库项目。您可以检查它是否是库项目。右键单击库项目。转到属性。点击左侧面板上的Android。您将看到Is Library已选中。

右键单击你的android项目。转到属性。在左侧面板中选择Android。单击“添加”并浏览库项目。选择相同。单击“确定”并应用

enter image description here