I did export a project from app manager, setup the cordova project as is presented in the documentation.
cordova run browser – work as expected – I can see in browser the project
cordova run android display a 0% for the loader and nothing more load except than the HTML interface… In the console I can see error :
ammo.wasm.js:11 Uncaught (in promise) RuntimeError: abort(both async and sync fetching of the wasm failed). Build with -s ASSERTIONS=1 for more info.
at abort (ammo.wasm.js:11:10487)
at getBinary (ammo.wasm.js:11:11195)
abort @ ammo.wasm.js:11
getBinary @ ammo.wasm.js:11
Promise.then (async)
(anonymous) @ v3d.js:1
_getAmmoJSPromise @ v3d.js:1
(anonymous) @ v3d.js:1
Promise.then (async)
loadLogic @ v3d.js:1
(anonymous) @ app_with_UI_template.js:36
(anonymous) @ app_with_UI_template.js:45
load (async)
(anonymous) @ app_with_UI_template.js:5
ammo.wasm.js:11 Uncaught (in promise) RuntimeError: abort(RuntimeError: abort(both async and sync fetching of the wasm failed). Build with -s ASSERTIONS=1 for more info.). Build with -s ASSERTIONS=1 for more info.
at abort (ammo.wasm.js:11:10487)
at ammo.wasm.js:11:12179
Any possible help please ?