为什么我会得到,“错误:解析XML时出错:格式不正确(无效令牌)”
在这一行(这是一个评论):
<!-- added fillViewport as preventive measure after reading http://stackoverflow.com/questions/2599837/linearlayout-not-expanding-inside-a-scrollview -->
答案 0 :(得分:4)
我猜你会在标签的中间添加评论。你不能这样做。这是错的:
<ScrollView
android:... <!-- this won't work -->
android:...
>
</ScrollView>
将它移到&lt;&lt;和&gt;。
答案 1 :(得分:3)
尝试删除网址中的短划线。尝试在文本编辑器中显示所有不可打印的字符,因为您可能已复制控制字符。
答案 2 :(得分:2)
删除评论并手动输入。你很可能在那里有不可打印的字符。