Webview从资源目录加载html
我正在尝试从assets目录加载一个html页面。我尝试了这个,但它失败了。
public class ViewWeb extends Activity {
@Override
public void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
WebView wv;
wv = (WebView) findViewById(R.id.webView1);
wv.loadUrl("file:///android_asset/aboutcertified.html"); // fails here
setContentView(R.layout.webview);
} }我在LogCat中没有任何明显的错误...
阿波罗的战车
忽然笑
随时随地看视频慕课网APP
相关分类