如何在android中显示sdcard中的html文件
我如何在网页视图中显示html文件我的html文件位于sdcard("/Citations/DirectTaxLaws/1950/rtfiles/[1950]018ITR00812(All).rtf")
我想在网页上显示它在android模拟器中查看...但是我无法显示它显示一些错误,我已经尝试过这个代码
WebView detailsLink = (WebView) findViewById(R.id.web_view);
detailsLink.loadurl(" /Citations/DirectTaxLaws/1950/rtffiles/[1950]018ITR00812(All).rtf");
我无法设置sd卡的路径,我该怎么做?
how i ll display html file in web view my html file is inside sdcard("/Citations/DirectTaxLaws/1950/rtffiles/[1950]018ITR00812(All).rtf")
i want to display it web view in android emulator... But I'm not able to display its showing some error, I have tried this code
WebView detailsLink = (WebView) findViewById(R.id.web_view);
detailsLink.loadurl(" /Citations/DirectTaxLaws/1950/rtffiles/[1950]018ITR00812(All).rtf");
I'm not able to set path of sd card, how can I do this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
请尝试这个
Please try this
尝试
Try