org.xml.sax.SAXParseException: Premature end of file for *VALID* XML

前端 未结 7 808
梦如初夏
梦如初夏 2020-12-15 02:45

I am getting very strange \"Premature end of file.\" exception for last few days on one of our servers. The same configuration XML works fine on another server. We

7条回答
  •  无人及你
    2020-12-15 03:23

    In our case it was an empty AndroidManifest.xml.

    While upgrading Eclispe we ran into the usual trouble, and AndroidManifest.xml must have been checked into SVN by the build script after being clobbered.

    Found it by compiling from inside Eclipse, instead of from the command line.

提交回复
热议问题