android – Appinvite_styles.xml:5:错误包括Google Play Services库到eclipse时

前端之家收集整理的这篇文章主要介绍了android – Appinvite_styles.xml:5:错误包括Google Play Services库到eclipse时前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。

我需要在我的应用中添加广告.所以我需要在我的项目中加入Google Play服务库.我已经安装了最新版本的Google Play服务(r29)并作为libProject添加到我的项目中.但是,当我添加此服务lib时,我收到以下错误

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开始)并全部编译完成.
原文链接:https://www.f2er.com/android/429912.html

猜你在找的Android相关文章