android - Expo Development Build: "Failed to open app" due to DevLauncherManifestParser.kt - Stack Overflow

admin2025-04-17  2

Problem

I'm trying to preview an update(via EAS Update) on my development build, but I keep getting an error saying:

"There was a problem loading the project. Failed to open app."

The stack trace points to DevLauncherManifestParser.kt, and some coroutine-related files.

Error Message

There was a problem loading the project.
This development build encountered the following error.

Failed to open app.

If you are trying to load the app from a development server, check your network connectivity and make sure you can access the server from your device.

If you are trying to open a published project, install a compatible version of expo-updates and follow all setup and integration steps.

downloadManifest
DevLauncherManifestParser.kt

access$downloadManifest
DevLauncherManifestParser.kt

invokeSuspend

resumeWith
ContinuationImpl.kt

run
DispatchedTask.kt

runSafely
CoroutineScheduler.kt

executeTask
CoroutineScheduler.kt

runWorker
CoroutineScheduler.kt

run
CoroutineScheduler.kt

What I Have Tried

  • Restarting the Expo development server with expo start -c
  • Checking that my device is on the same network as my development machine
  • Ensuring all dependencies are installed (npm install or yarn install)

Environment

  • Expo Updates(expo-updates) version: "~0.25.27"
  • Expo SDK version: "~51.0.39"
  • React Native version: "0.74.5"
  • Development OS: Windows 10 Pro
  • Target Platform: Android
  • Emulator/Device: Physical Device

Expected Behavior

The update should load normally on my development build.

Actual Behavior

The app fails to open with the error mentioned above.

Question

What could be causing this issue, and how can I fix it?


An image of the error screen and StackTrace

Problem

I'm trying to preview an update(via EAS Update) on my development build, but I keep getting an error saying:

"There was a problem loading the project. Failed to open app."

The stack trace points to DevLauncherManifestParser.kt, and some coroutine-related files.

Error Message

There was a problem loading the project.
This development build encountered the following error.

Failed to open app.

If you are trying to load the app from a development server, check your network connectivity and make sure you can access the server from your device.

If you are trying to open a published project, install a compatible version of expo-updates and follow all setup and integration steps.

downloadManifest
DevLauncherManifestParser.kt

access$downloadManifest
DevLauncherManifestParser.kt

invokeSuspend

resumeWith
ContinuationImpl.kt

run
DispatchedTask.kt

runSafely
CoroutineScheduler.kt

executeTask
CoroutineScheduler.kt

runWorker
CoroutineScheduler.kt

run
CoroutineScheduler.kt

What I Have Tried

  • Restarting the Expo development server with expo start -c
  • Checking that my device is on the same network as my development machine
  • Ensuring all dependencies are installed (npm install or yarn install)

Environment

  • Expo Updates(expo-updates) version: "~0.25.27"
  • Expo SDK version: "~51.0.39"
  • React Native version: "0.74.5"
  • Development OS: Windows 10 Pro
  • Target Platform: Android
  • Emulator/Device: Physical Device

Expected Behavior

The update should load normally on my development build.

Actual Behavior

The app fails to open with the error mentioned above.

Question

What could be causing this issue, and how can I fix it?


An image of the error screen and StackTrace

Share Improve this question asked Jan 30 at 21:50 pixlpixl 1011 gold badge1 silver badge4 bronze badges 1
  • 1 same problem. working well on ios – Ponleu Commented Feb 21 at 9:40
Add a comment  | 

1 Answer 1

Reset to default 0

Same problem happened to me.

"expo": "~52.0.32", "expo-dev-client": "~5.0.12"

Those versions fixed my problem. Also I have discovered that If I use an QR Scanner application instead of device own camera with SDK-52 it still failing. So install those versions and then scan your QR code with your device's built in camera app.Hope it will help.

转载请注明原文地址:http://www.anycun.com/QandA/1744888937a89054.html