Anm wrote:
> 
> I'm trying to include a static help file with my app.  I thought I
> could use a WebView and load a URL.  Following the page
> http://developerlife.com/tutorials/?p=369, it suggests dropping the
> HTML in /res/raw/ and use a /android_asset/* URL.  However, my WebView
> doesn't like it ("Web page not available .. requested file was not
> found").

If you want to use /android_asset/* as a URL, the assets you want to 
access must be in the assets/ folder of your project, not res/raw/.

-- 
Mark Murphy (a Commons Guy)
http://commonsware.com
_The Busy Coder's Guide to Android Development_ Version 1.4 Published!

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
[EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to