Android Studio渲染问题

时间:2015-01-19 07:24:52

标签: android android-layout android-studio

我正在使用Android Studio 1.0.1。 当我尝试添加按钮或任何其他元素时,会发生以下错误

Exception raised during rendering: Color value 'D:\android\adt-bundle-windows-x86_64-20130522\adt-bundle-windows-x86_64-20130522\sdk\platforms\android-19\data\res\color\secondary_text_holo_light.xml' must start with #

3 个答案:

答案 0 :(得分:3)

我也遇到了这个错误。对我来说工作:

  1. 转到colors.xml
  2. 选择一种颜色
  3. 重构 - >重命名(Shift + F6)(无需删除“_”,如David Shedrow所说)
  4. ......而且,让问题消失了。

    PS:之后,您可以再次将颜色名称重命名为原始名称

答案 1 :(得分:0)

这似乎是android

中的一个错误

https://code.google.com/p/android/issues/detail?id=70110

答案 2 :(得分:0)

当我删除_(一个合法的符号)并将可绘制的名称更改为hackit1时,我的名称为hackit_1时出现此错误,错误消失了。