使用WebView加载静态html页面

【问】加载位于assets文件夹下的html页面:

【答】 blog.csdn.net/u014687242/article/details/50346971

           ask.csdn.net/questions/1896



【注意1】 assets 目录位置

注意 由于android新建项目是没有assets文件夹,assets文件夹与java,res文件夹同级,不要放在res文件夹下面了哟(楼主就犯二了)

使用WebView加载静态html页面_第1张图片

【注意2】   格式确定

你可能感兴趣的:(使用WebView加载静态html页面)