[mono-android] Good format for android help-files

Jonathan Pryor jonp at xamarin.com
Tue Feb 21 18:24:21 UTC 2012


On Feb 19, 2012, at 11:37 PM, frankhevans wrote:
> 1. First I added the help file to my assets folder as an HTML file, but the
> embedded images didn't show (I included them in the assets folder as well,
> not sure why they didn't show)

How are you referring to the embedded images? If they're assets, you should be using something like:

	<img src="file:///android_asset/asset_name.png" />

If they're resources, you should be using:

	<img src="file:///android_res/resource_name" />

Also, make sure that the build action for your files is correct.

 - Jon



More information about the Monodroid mailing list