xml:5:error将Google Play Services库包含到eclipse时



我需要在我的应用程序中添加一个广告。所以我需要在我的项目中加入谷歌播放服务库。我已经安装了最新版本的Google Play Services(r29),并将其作为libProject添加到我的项目中。但是当我添加这个服务库时,我得到了以下错误:

workspaceGoogle_Play_Services_Libresvalues-v21appinvite_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从21更改为20并全部编译。

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

我也面临同样的问题,但现在已经解决了。以下是我遵循的步骤-转到项目属性->Android-在"项目构建目标"下,选择Android 5.0.1。按下并清理库项目。

相关内容

  • 没有找到相关文章