为什么google_play_service_lib在eclipse中被破坏了?

时间:2014-11-27 10:09:28

标签: android eclipse google-play-services

我一直在尝试将google_play_service_lib添加到我的项目中,但它在库外显示红色X标记。结果,我无法为我的项目在该库上工作。但不幸的是,这个相同的adt包在其他计算机上运行良好。我拥有此link1link2中显示的所有内容。但为什么会这样呢?我真的很困惑。如何在我朋友的另一台电脑上很好地工作?

3 个答案:

答案 0 :(得分:1)

可能会出现android-support-v4.jar的多个引用问题。
试试这个链接
Google map API v2 is not working

答案 1 :(得分:0)

确保库和项目位于同一个地方

1 Copy the libraries in the same folder as your project
2 Import the libraries (file > Import > Existing Project in workspace)
3 Open properties of library > Android and select Is Library
4 Open project properties > Android > Add (library)
5 Select the library
6 save the properties

Ref

答案 2 :(得分:0)

你必须从android SDK管理器安装google play服务lib。可能是您当前的问题与您的图书馆项目有关。

使用以下链接http://android-er.blogspot.in/2012/12/setup-google-play-services-sdk-in.html

http://www.androidhive.info/2013/08/android-working-with-google-maps-v2/

希望这能帮助你的朋友:)