前端之家收集整理的这篇文章主要介绍了
@android:没有找到style / Theme_Holo资源,
前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
在
Eclipse编辑
AndroidManifest.xml时,编译器会向我
显示添加@android:style / Theme_Holo的建议.但编译时我收到消息:
Error: No resource found that matches the given name (at 'theme' with value '@android:style/Theme_Holo')
我的设置有问题吗?
在Honeycomb推出.
android:theme="@android:style/Theme.Holo"
原文链接:https://www.f2er.com/android/311053.html