本文主要是介绍Eclipse 更新Android SDK后,新建项目出现appcompat_v7工程的相关问题,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!
Eclipse 更新Android SDK后,新建项目出现各种问题,网上各种解决方案,搞了好久,总结一下。
1、出现error: Error retrieving parent for item: No resource found that matches the given name 'android:Widget.Material.ActionButton'
新建工程后,出现error: Error retrieving parent for item: No resource found that matches the given name 'android:Widget.Material.ActionButton'
这个是新建项目时,Target SDK和Compile With没有选择最新的API21造成的。
解决方法1:重新新建项目,Target SDK和Compile With 都选API21:
解决方法
这篇关于Eclipse 更新Android SDK后,新建项目出现appcompat_v7工程的相关问题的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!