如何解决此错误格式不正确(无效令牌)
Posted
技术标签:
【中文标题】如何解决此错误格式不正确(无效令牌)【英文标题】:How to resolve this error not well-formed (invalid token) 【发布时间】:2021-05-08 12:13:52 【问题描述】:这是我的代码,它显示以下错误
第 6 行给出了这个错误,格式不正确(无效标记)。如何解决这个问题
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_
android:layout_
android:background="@color/greenColor"
I have added comment here in <!-- -->
tools:context=".MainActivity">
【问题讨论】:
你不能在标签正文中添加评论。 【参考方案1】:您可以在关闭标签后添加 cmets 即
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_
android:layout_
android:background="@color/greenColor"
tools:context=".MainActivity">
<!--This is comment-->
【讨论】:
以上是关于如何解决此错误格式不正确(无效令牌)的主要内容,如果未能解决你的问题,请参考以下文章
如何解决错误:无效的 JSON 输入:无法从 START_ARRAY 令牌中反序列化 Topic 实例
React Element Type 无效,为啥会出现此错误,如何解决?