android点滴1:SAXParseException
The processing instruction target matching "[xX][mM][lL]" is not allowed. Exception:org.xml.sax.SAXParseException: The processing instruction target matching "[xX][mM][lL]" is not allowed. 这个异常解释为:xml文件不能被解析,一般出现这样的问题在于xml格式上,并且问题多出现在xml文件的头部。如果出现这个错误,是因为头部有空行,有可能你的xml文件不是在第一行开始或者xml的开头“<?xml ...."前有空格! 来源: oschina 链接: https://my.oschina.net/u/266531/blog/55623