asset 디렉토리에 bird.jpg 파일을 넣었습니다. 이것을 webview로 출력하려고 하는데 파란 물음표 네모상자만 표시되네요. 코드는 다음과 같습니다.

WebView mWebView1 = (WebView) findViewById(R.id.webview);
mWebView1.loadDataWithBaseURL("fake://dagnabbit/would/somebody/explain/the/need/for/this", "<IMG HEIGHT=\"642px\" WIDTH=\"642px\" SRC=\"file:///android_assets/bird\" />", "text/html",  "UTF-8",null);

고수님께 도움 부탁드립니다.