问题描述
我是 Android 开发新手,我刚刚安装了 Android Studio 1.2.1.1 版.我创建了一个项目 HelloWorld,并选择了默认的空白活动、Darcula 主题和默认的 API.直接开箱即用,无需编写任何代码或接触任何东西,我收到了这条消息:
I'm new to Android development and I just installed Android Studio version 1.2.1.1. I created a project, HelloWorld, and chose the default blank activity, Darcula theme, and default API. Straight out of the box, without having written any code or touched anything, I get this message:
"渲染问题缺少样式.是否为此布局选择了正确的主题?使用布局上方的主题组合框选择不同的布局,或修复主题样式引用.无法在当前主题中找到样式textViewStyle"(未显示 4 个类似错误)."
"Rendering ProblemsMissing 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 (4 similar errors not shown)."
我卸载并重新安装了 Android Studio,但仍然出现此错误,所以我不确定我还应该做什么.它说使用主题组合框...或修复主题样式引用",我是 Android Studio 的新手,所以我不知道框在哪里或如何更改引用.
I uninstalled and reinstalled Android Studio but I still get this error so I'm not sure what else I should do. It says "use the theme combo box... or fix the theme style references" and I'm new to Android Studio so I have no idea where the box is or how to change the reference.
推荐答案
只需单击查看窗格中的刷新"图标:
Simply click on the Refresh icon at the review pane:
这篇关于Android Studio 1.2.1.1 - 找不到样式“textViewStyle"的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!