Appinvite_styles.xml:5: 将 Google Play Services 库包含到 eclipse 时出错

Appinvite_styles.xml:5: error When including Google Play Services library to eclipse

我需要在我的应用程序中添加广告。所以我需要在我的项目中包含 Google Play Services 库。我已经安装了最新版本的 Google Play Services (r29) 并作为 libProject 添加到我的项目中。但是,当我添加此服务库时,出现以下错误:

workspace\Google_Play_Services_Lib\res\values-v21\appinvite_styles.xml:5: error: Error retrieving parent for item: No resource found that matches the given name '@android:style/Theme.Material.Light.DialogWhenLarge.NoActionBar'.

我该如何解决这个问题?感谢帮助..

刚刚将 Project SDK 更改为 20(从 21)并全部编译。

我已经通过检查 Is Library 选项解决了问题,我引用了 appcompat_v7

我也遇到了同样的问题,现在已经解决了。以下是我遵循的步骤 - 转到项目属性->Android - 在 'Project Build Target'、select Android 5.0.1 下。按下并清理库项目。