My question is kinda related to android_asset not working on Honeycomb?
Is it allowed to have spaces in the file path name of an html page located in the assets folder?<
Use %20 instead of space. URL has to be URL-encoded.
Use a URI, which will address such issues.
mWebView.loadUrl(new URI("file:///android_asset/Help File/helpfile.html"))