首页 > 代码库 > main cannot be resolved or is not a field

main cannot be resolved or is not a field

今天在做XML解析的时候,总是给我报

XML Parsing Error: XML or text declaration not at start of entity

 

的错误,后来查了下讲大概意思是android中解析的时候xml文件格式问题。

 

在文件的最前端 即<?xml version="1.0" encoding="UTF-8"?>前面不能有空格。

 

修改即好。

main cannot be resolved or is not a field