带有 fromHtml 的 TextView 中的 <img>

A <img> in a TextView with fromHtml

我想用 fromHtml

TextView 中加载图像

的答案中,<img src="your_link"> 应该在 TextView 中工作,但我只得到一个绿色方块,请参见下图:

这是已加载的 HTML:

<!DOCTYPE html> 
<html>
<body> 
<h1>Image</h1> 
<img src="http://hanassets.nd.gov/images/product/test.png"> 
</body>
</html>

不太可能,但是您是否在 android 清单中添加了权限?

<uses-permission android:name="android.permission.INTERNET" />

无法使用 fromHtml() 方法加载图像。此方法仅帮助您从 html

获取文本样式