最近重新安装了下android开发环境,发现在调整页面的时候 ,老是报以下错误,导致无法静态显示ui效果。
Missing styles. Is the correct theme chosen for this layout?
Use the Theme combo box above the layout to choose a different layout, or fix the theme style references.Failed to find style 'textViewStyle' in current theme
解决方法如下:
layout预览界面(Graphic Layout),右上角有个Theme的选择项,默认为notitle,根据喜好随意设定值,我们这里设定为android以前默认的Theme.black.
本文解决了Android开发中UI预览出现的Missing styles错误。通过调整预览界面的主题设置,可以有效解决无法静态显示UI效果的问题。
2126

被折叠的 条评论
为什么被折叠?



