expo-updates crashes on real devices

Please provide the following:

  1. SDK Version: 44
  2. Platforms(Android/iOS/web/all): android

There is issues with expo-updates
when i build APK for expo development or apk even bundle for production
keep crashing on real devices and to successful build production build i must uninstall expo-updates

logcat log

i used this commands to install eas updates

npx expo install expo-updates
eas update:configure
eas build:configure

it so annoying and i faced same problem with another app was SDK 46

10-29 06:53:38.644 12900 12900 E AndroidRuntime: FATAL EXCEPTION: main
10-29 06:53:38.644 12900 12900 E AndroidRuntime: Process: tv.dibi, PID: 12900
10-29 06:53:38.644 12900 12900 E AndroidRuntime: java.lang.AssertionError: The embedded manifest is invalid or could not be read. Make sure you have configured expo-updates correctly in android/app/build.gradle. app.manifest
10-29 06:53:38.644 12900 12900 E AndroidRuntime:        at expo.modules.updates.manifest.EmbeddedManifest.get(EmbeddedManifest.kt:31)
10-29 06:53:38.644 12900 12900 E AndroidRuntime:        at expo.modules.updates.loader.LoaderTask.launchFallbackUpdateFromDisk(LoaderTask.kt:238)
10-29 06:53:38.644 12900 12900 E AndroidRuntime:        at expo.modules.updates.loader.LoaderTask.start(LoaderTask.kt:99)
10-29 06:53:38.644 12900 12900 E AndroidRuntime:        at expo.modules.updates.UpdatesController.start(UpdatesController.kt:290)
10-29 06:53:38.644 12900 12900 E AndroidRuntime:        at expo.modules.updates.UpdatesController$Companion.initialize(UpdatesController.kt:464)
10-29 06:53:38.644 12900 12900 E AndroidRuntime:        at expo.modules.updates.UpdatesPackage$createReactNativeHostHandlers$handler$1.onWillCreateReactInstanceManager(UpdatesPackage.kt:41)
10-29 06:53:38.644 12900 12900 E AndroidRuntime:        at expo.modules.ReactNativeHostWrapper.createReactInstanceManager(ReactNativeHostWrapper.kt:28)
10-29 06:53:38.644 12900 12900 E AndroidRuntime:        at com.facebook.react.ReactNativeHost.getReactInstanceManager(ReactNativeHost.java:39)
10-29 06:53:38.644 12900 12900 E AndroidRuntime:        at tv.dibi.MainApplication.onCreate(MainApplication.java:63)
10-29 06:53:38.644 12900 12900 E AndroidRuntime:        at android.app.Instrumentation.callApplicationOnCreate(Instrumentation.java:1182)
10-29 06:53:38.644 12900 12900 E AndroidRuntime:        at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6460)
10-29 06:53:38.644 12900 12900 E AndroidRuntime:        at android.app.ActivityThread.access$1300(ActivityThread.java:219)
10-29 06:53:38.644 12900 12900 E AndroidRuntime:        at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1859)
10-29 06:53:38.644 12900 12900 E AndroidRuntime:        at android.os.Handler.dispatchMessage(Handler.java:107)
10-29 06:53:38.644 12900 12900 E AndroidRuntime:        at android.os.Looper.loop(Looper.java:214)
10-29 06:53:38.644 12900 12900 E AndroidRuntime:        at android.app.ActivityThread.main(ActivityThread.java:7356)
10-29 06:53:38.644 12900 12900 E AndroidRuntime:        at java.lang.reflect.Method.invoke(Native Method)
10-29 06:53:38.644 12900 12900 E AndroidRuntime:        at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:492)
10-29 06:53:38.644 12900 12900 E AndroidRuntime:        at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:930)

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.