我正在尝试通过使用 aWebView
并使用 HTML 格式化 String 资源来证明文本的合理性,如在某些示例中所见:
<string name="dTxt">
<html>
<head></head>
<bodystyle text-align:justify=""><body> Lorem ipsum dolor sit amet, consectetur adipiscing elit.
Nunc pellentesque, urna nec hendrerit pellentesque, risus massa </body>
</bodystyle>
</html>
</string>
ADT 拒绝解析字符串文档并出现以下错误:
W/ResourceType( 2612): Bad XML block: header size 296 or total size 6144712 is larger than data size 0
这里有什么问题?