本文用于个人记录android学习中遇到问题的总结,如有问题请大家更正:
在用eclipse建立android工程的时候遇到 No resource found that matches the given name ‘Theme.AppCompat.Light’.问题,很是头疼,看有高人指出了问题所在:是由于android的版本问题。
错误如下:
No resource found that matches the given name ‘Theme.AppCompat.Light’.
解决方案:新建工程时将最小支持版本修改至API14以上就可以了。