I am trying to view a webpage stored in sdcard directly in the browser in an emulator.

I know I can copy the webpage in the assets folder and use a webview to load it.

But is there a way this be done directly? (equivalent of typing "c:\mywebpage.html" in Internet Explorer on a PC)

link|improve this question

feedback

1 Answer

up vote 2 down vote accepted

try this file:///sdcard/pathToPAge or /sdcard/pathToPAge

link|improve this answer
Thanks for the quick answer. The first option works perfectly on my emulator. – OceanBlue Mar 21 '11 at 17:29
Will this work on any Android phone? – tidbeck Nov 17 '11 at 8:36
yes its a linux thing – sherif Nov 17 '11 at 22:33
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.