首页 > 移动平台 > 详细

使用eclipse写android程序所遇到的问题

时间:2015-06-18 14:48:07      阅读:224      评论:0      收藏:0      [点我收藏+]
  1. The processing instruction target matching "[xX][mM][lL]" is not allowed.

The XML file should not have any other character before <?xml, even no spaces, newlines or unicode byte order marks. If you‘re not seeing anything, the it‘s most likely the BOM. Re-save the XML file as ASCII or as Unicode-without-BOM (and don‘t use Windows notepad to create and edit XML!)

来自网站http://stackoverflow.com/questions/19918455/errorthe-processing-instruction-target-matching-xxmmll-is-not-allowed

 

使用eclipse写android程序所遇到的问题

原文:http://www.cnblogs.com/nan-qz111/p/4585580.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!