Error: The processing instruction target matching “[xX][mM][lL]” is not allowed

来源:互联网 发布:经传软件上班工资 编辑:程序博客网 时间:2024/05/22 06:31

<?xmlversion="1.0"encoding="utf-8"?>

复制过来后在这句话前边有空格或者其他的东西,把这些空格或者其他就算是注释也要删除掉,然后project->clean ,然后发现错误消失了,

参考自http://stackoverflow.com/questions/19889132/error-the-processing-instruction-target-matching-xxmmll-is-not-allowed

0 0