1. 程式人生 > >與元素型別 "variable" 相關聯的 "type" 屬性值不能包含 的錯誤

與元素型別 "variable" 相關聯的 "type" 屬性值不能包含 的錯誤

與元素型別 "variable" 相關聯的 "type" 屬性值不能包含 '<' 字元。xml不能使用<應該用它的轉義字元比如,&lt;

<import type="android.util.SparseArray"/>
<import type="java.util.Map"/>
<import type="java.util.List"/>

<variable name="list" type="List&lt;String>"/>
<variable name="sparse" type="SparseArray&lt;String>"/>
<variable name="map" type="Map&lt;String, String>"/>

<variable name="index" type="int"/>
<variable name="key" type="String"/>

&(邏輯與)  &amp; <(小於)    &lt; >(大於)    &gt; "(雙引號)  &quot; '(單引號)  &apos;