如何从git子模块安装Google Play服务库

时间:2014-01-09 05:31:11

标签: android google-play google-play-services git-submodules

好的我知道之前已经问过这个问题。但通常的解决方案是标记“复制到工作区”复选框。 (我认为这对我来说甚至不是一个选择,因为即使我这样做也会遇到同样的问题)。

I keep getting the red cross

但这对我来说并不是一个好的解决方案,因为我在我的git存储库中添加了库作为子模块,并且通常在开发(工作和家庭)时切换计算机。我希望项目能够将它作为一个库项目引用到主项目中。

我无法相信这是无法做到的。但我已经尝试了很多组合,而我几乎放弃了。

有趣的是,只要我在“属性”面板的“Android”部分中将其作为项目引用,它就会显示绿色复选标记。但是一旦我关闭面板然后再打开它,我就会得到红十字架...... WTF!?

1 个答案:

答案 0 :(得分:0)

Add the Google Play Services project into your Eclipse workspace. 

Click File -> Import..., select Android -> Existing Android Code into Workspace
Browse to and select <android-sdk-folder>/extras/google/google_play_services/libproject/google-play-services_lib

To add the dependency to Google Play Services into your project

Project -> Properties -> Android -> Library, Add -> google-play-services_lib

甚至参考this