How to well formed in xml file in Asset folder in Android.org.apache.harmony.xml.ExpatParser$ParseException: At line 19, column 24:not well-formed (invalid token) at org.apa
The code snippet contains < which is also the XML metacharacter for starting a tag.
<
Either replace < with < or wrap the code in unparsed CDATA block:
<
<![CDATA[ ... ]]>
i=0 j=2 i=0 j=1 i=1 j=2
;-).