【问题】
现象,在折腾:
【记录】实现安卓版的DownloadSongtasteMusic中的添加文本标签和文本输入框
过程中,编辑strings.xml时,结果出现错误:
content is not allowed in prolog
【解决过程】
1。突然发现,原来在xml文件开头中,之前,在粘贴url_or_id到string的name中时,始终粘贴不进去
结果现在发现,其却一直都是粘贴到了xml文件中了。
很是诡异:
所以才有此错误提示的。
2。删除之后:
就正常了。
【总结】
开发过程中,总是有很多意外的。。。。
转载请注明:在路上 » 【已解决】ADT中编辑strings.xml时出现错误:content is not allowed in prolog