Android Emulator Error in dev environment Not importing images

Hi, Shopify team! We are getting continuous errors with the Android Emulator. The black screen appears, and the app is not loading.
Investigating this pointed to

Failed to load module script: Expected a JavaScript-or-Wasm module script but the server responded with a MIME type of "image/webp". Strict MIME type checking is enforced for module scripts per HTML spec. 10:21:24.334

I just ran new clean project, and after importing image to component (from src folder of course) the app crashes on Android sim, but running on IOS
No matters with format (png, webp,jpeg) - all are crashing on Android
No matter or
@shopify/shop-minis-cli”: “0.0.225”, and early versions.

But if I used an image from cdn and use just as string with URL ( e.g. “https://dev.minis.commercy.ai/assets/load-4.webp”) it works on both platforms

Hey!

Image loading is working for me on Android - would you mind sending one of your test images so I can try to replicate?

Ok I see the issue now and I’ve created a ticket (internal id #89070) - thank you for the report!

We have found and fixed the issue - the fix will be available in the next version of Shop which should be rolling out next week.

The issue only impacts Android dev mode so iOS dev mode and production modes are unaffected.