Fetch API cannot load file:///android_asset/game/303/files/assets/222040536/1/ammo.wasm.wasm. URL scheme "file" is not supported

I placed the exported HTML project in the Android assets directory and tried loading it with webView.loadUrl("file:///android_asset/game/303/index.html") , but it crashes with an error. I’m just starting to learn this engine and would appreciate any help resolving this issue!