I am throwing HTML to a webview to render. In the HTML I need to load an image that I have in /res/drawable.
/res/drawable
I have /res/drawable/my_image.png
/res/drawable/my_image.png
This worked in android 2.2
<img src = "file:///android_res/drawable/q1.png" />
where q1.png is in the res/drawable-hdpi folder