I'm having these errors after used the eas build --platform android

I’m not sure what’s the cause, but i haven’t been able to open the app on an android emulator after I ran the build and published to Play Store.

C:\Users\HP\apps\draffles\node_modules\metro-hermes-compiler\src\emhermesc.js:81
throw ex;
^

RuntimeError: abort(TypeError: Cannot read property ‘url’ of undefined). Build with -s ASSERTIONS=1 for more info.
at process.abort (C:\Users\HP\apps\draffles\node_modules\metro-hermes-compiler\src\emhermesc.js:796:13)
at process.emit (events.js:375:28)
at process.emit (C:\Users\HP\AppData\Roaming\npm\node_modules\expo-cli\node_modules\source-map-support\source-map-support.js:439:21)
at processPromiseRejections (internal/process/promises.js:245:33)
at processTicksAndRejections (internal/process/task_queues.js:96:32)
PS C:\Users\HP\apps\draffles>

here is a screenshot .

Hi @megyz

What version of the Expo SDK do you have?

Also, what version of metro-hermes-compiler? (Try npm list metro-hermes-compiler)

The line numbers in your error message don’t seem to match what I’m seeing with metro-hermes-compiler@0.67.0.

Thank you for your response. @wodin
Here are the versions:

`-- react-native@0.64.3
  `-- @react-native-community/cli@5.0.1
    `-- metro@0.64.0
      +-- metro-hermes-compiler@0.64.0
      `-- metro-transform-worker@0.64.0
        `-- metro-hermes-compiler@0.64.0 deduped

My expo Version is 5.4.8

hmmm… that was less useful than I had hoped :sweat_smile:

The errors just point to places in the error handlers in the code. I can’t tell from that where the errors actually happened.

Based on the mentions of “hermes”, I assume you’re using hermes? As a test, does it work with jsc?