"在此行找到多个注释"

时间:2015-09-10 05:59:50

标签: android

此行找到多个注释:      - 错误:解析XML时出错:格式不正确(令牌无效)      - 属性" android:text"与元素类型相关联" Button"不得包含'<'

<Button
  android:layout_width="wrap_content"
  android:layout_height="wrap_content"
  android:text="<"
  android:id="@+id/button3"
  android:layout_alignTop="@+id/button2"
  android:layout_toRightOf="@+id/button2"
  android:layout_toEndOf="@+id/button2" />

错误是行:

  android:text="<"

1 个答案:

答案 0 :(得分:1)

布局文件只是xml和&amp;符号本身是不允许的。 您需要使用“&amp;后跟预定义名称”来使用该符号。

以下是可用于编程的各种xml和html属性 https://en.wikipedia.org/wiki/List_of_XML_and_HTML_character_entity_references#Predefined_entities_in_XML