最近ANT打包出现了很多问题,本文提到的是其中一种
The cause of this is a file that is not UTF-8 is being parsed as UTF-8. It is likely that the parser is encountering a byte value in the range FE-FF. These values are invalid in the UTF-8 encoding.The cause of this is a
最近ANT打包出现了很多问题,本文提到的是其中一种
The cause of this is a file that is not UTF-8 is being parsed as UTF-8. It is likely that the parser is encountering a byte value in the range FE-FF. These values are invalid in the UTF-8 encoding.The cause of this is a