Giter VIP home page Giter VIP logo

Comments (14)

vyshas avatar vyshas commented on July 1, 2024

have this same issue...Any resolutions?

from app-bundle-samples.

ammar-ali avatar ammar-ali commented on July 1, 2024

Any update on this issue

from app-bundle-samples.

ammar-ali avatar ammar-ali commented on July 1, 2024

Any update on this issue

from app-bundle-samples.

KennethCJ avatar KennethCJ commented on July 1, 2024

i fix this issue by doing two thing below,but i dont know which one actually took effect
1,add 'synchronized' when calling function 'splitInstallManager.registerListener' and 'splitInstallManager.unregisterListener'
2, call function 'splitInstallManager.registerListener' when OnFailureListener.onFailure callback

Hope can help.

from app-bundle-samples.

keyboardsurfer avatar keyboardsurfer commented on July 1, 2024

Can you please add what you're doing to trigger this error?
If this is on your own code, please file an issue at https://goo.gle/app-bundles-issue and link it here.

from app-bundle-samples.

keyboardsurfer avatar keyboardsurfer commented on July 1, 2024

We need your input to act on this issue.
This issue will be closed soon unless there is further actionable input.

from app-bundle-samples.

ammar-ali avatar ammar-ali commented on July 1, 2024

@keyboardsurfer so I was really busy at some stuff how did i trigger it >

I installed the module then uninstalled it after executing SQL queries example I have put queries file in the assets folder of the dynamic module once I executed those queries I don't need the file or the module anymore so when i uninstalled it, it crashed every single time

from app-bundle-samples.

keyboardsurfer avatar keyboardsurfer commented on July 1, 2024

What crash did you see at which exact call you were making?

from app-bundle-samples.

ammar-ali avatar ammar-ali commented on July 1, 2024

from app-bundle-samples.

b95505017 avatar b95505017 commented on July 1, 2024

I'm using dynamic navigation library and see the same issue in crashlytics on Android 9

Fatal Exception: java.lang.RuntimeException
Error receiving broadcast Intent { act=com.google.android.play.core.splitinstall.receiver.SplitInstallUpdateIntentService flg=0x40280010 pkg=xxx.xxx.xxx (has extras) } in f7.i.a.g.a.g.b@43265b5
android.app.LoadedApk$ReceiverDispatcher$Args.lambda$getRunnable$0
Caused by android.content.res.Resources$NotFoundException
xxx.xxx.xxx.xxx:navigation/xxx
androidx.navigation.dynamicfeatures.DynamicIncludeGraphNavigator.replaceWithIncludedNav (DynamicIncludeGraphNavigator.java:88)

from app-bundle-samples.

keyboardsurfer avatar keyboardsurfer commented on July 1, 2024

@b95505017 this hints in the direction that you're passing in a wrong resource package name.
Make sure to use the one declared in the dynamic feature's AndroidManifest.

from app-bundle-samples.

b95505017 avatar b95505017 commented on July 1, 2024

@keyboardsurfer Most of the time they work as intended. I can't reproduce on my side but received that crash in Crashlytics.

from app-bundle-samples.

nicemak avatar nicemak commented on July 1, 2024

can you help me with this?

java.lang.RuntimeException: Error receiving broadcast Intent { act=com.google.android.play.core.splitinstall.receiver.SplitInstallUpdateIntentService flg=0x40280010 pkg=com.boschpharma.ikonnect.cardiacare (has extras) } in com.google.android.play.core.listener.zzb@81b20dd at android.app.LoadedApk$ReceiverDispatcher$Args.lambda$getRunnable$0$android-app-LoadedApk$ReceiverDispatcher$Args(LoadedApk.java:1940) at android.app.LoadedApk$ReceiverDispatcher$Args$$ExternalSyntheticLambda0.run(Unknown Source:2) at android.os.Handler.handleCallback(Handler.java:942) at android.os.Handler.dispatchMessage(Handler.java:99) at android.os.Looper.loopOnce(Looper.java:240) at android.os.Looper.loop(Looper.java:351) at android.app.ActivityThread.main(ActivityThread.java:8399) at java.lang.reflect.Method.invoke(Native Method) at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:584) at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1013) Caused by: java.lang.NumberFormatException: Character N is neither a decimal digit number, decimal point, nor "e" notation exponential mark. at java.math.BigDecimal.<init>(BigDecimal.java:518) at java.math.BigDecimal.<init>(BigDecimal.java:401) at java.math.BigDecimal.<init>(BigDecimal.java:834) at com.boschpharma.ikonnect.cardiacare.view.ui.presentation.Folders.listener$lambda-0(Folders.kt:193) at com.boschpharma.ikonnect.cardiacare.view.ui.presentation.Folders.$r8$lambda$FEaDTLOC-2g5C2cCmuTGlWGZ4KQ(Unknown Source:0) at com.boschpharma.ikonnect.cardiacare.view.ui.presentation.Folders$$ExternalSyntheticLambda5.onStateUpdate(Unknown Source:4) at com.google.android.play.core.listener.zzc.zzi(com.google.android.play:core@@1.10.3:2) at com.google.android.play.core.splitinstall.zzx.zzm(com.google.android.play:core@@1.10.3:3) at com.google.android.play.core.splitinstall.zzx.zza(com.google.android.play:core@@1.10.3:5) at com.google.android.play.core.listener.zzb.onReceive(com.google.android.play:core@@1.10.3:1) at android.app.LoadedApk$ReceiverDispatcher$Args.lambda$getRunnable$0$android-app-LoadedApk$ReceiverDispatcher$Args(LoadedApk.java:1902) ... 9 more

from app-bundle-samples.

KennethCJ avatar KennethCJ commented on July 1, 2024

from app-bundle-samples.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.