[新增 assets 資料夾]
「app」(按右鍵)-> 「New」-> 「Folder」-> 「Assets Folder」
[存取 assets 資料夾,使用的路徑]
使用 file:///android_asset/ 路徑存取,例如 assets 資料夾內有一個 test.html 檔案。
mWebView.loadUrl("file:///android_asset/test.html");
參考:
- https://stackoverflow.com/questions/18302603/where-to-place-the-assets-folder-in-android-studio
Where to place the 'assets' folder in Android Studio? - Stack Overflow - https://stackoverflow.com/questions/4027701/loading-existing-html-file-with-android-webview
Loading existing .html file with android WebView - Stack Overflow
沒有留言:
張貼留言