当我在visual studio 2010(mono android)中访问Assets文件夹中的html文件时出现错误
invalid resource directory name : assets
在单声道安卓中
我已经尝试过这些代码组合但无济于事
//webView.LoadUrl("file:///android_asset/mapapp/index.html");
//webView.LoadUrl("file:///AndroidAsset/mapapp/index.html");
//webView.LoadUrl("file:///android_asset/mapapp/index.html");
//webView.LoadDataWithBaseURL("file:///android_asset/mapapp", "index.html", "text/html", "UTF-8", null);
webView.LoadUrl("file:///AndroidAsset/TextFile1.html");