Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
プロジェクトの Assets ディレクトリに作成した html ファイルをロードできません。プロジェクトを実行すると、Webページが見つからないと表示されます。私が使用したコードは
myWebView.loadUrl("file:///assets/wv.html")
myWebView.loadUrl("file:///android_asset/custom_page.html");
この構文は、custom_page.html が assets ディレクトリにある場合に機能します。