android应用程序开发

时间:2012-02-11 06:30:14

标签: android

我正在做记事本示例,我在notes_row.xml中的Notepad1练习中遇到此错误 我有这个编码仍然有这个问题。我不知道解决方案PLZ帮助我。

<?xml version="1.0" encoding="utf-8"?>

<TextView android:id="@+id/text1"
    xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="wrap_content"
    android:layout_height="wrap_content" />`

错误:解析XML时出错:格式不正确(令牌无效)

2 个答案:

答案 0 :(得分:0)

1) It is better to have component inside some layout.
2) /> after this there is special character, why? remove that.

答案 1 :(得分:0)

在/&gt;右侧的文件末尾有一个尾随' - 删除它。