Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error receiving broadcast Intent #132

Open
nicemak opened this issue Oct 23, 2023 · 0 comments
Open

Error receiving broadcast Intent #132

nicemak opened this issue Oct 23, 2023 · 0 comments

Comments

@nicemak
Copy link

nicemak commented Oct 23, 2023

it was running fine, but i don't why t starts to crash every time i tried to download my module

library version: com.google.android.play:core:1.10.3

error log:
java.lang.RuntimeException: Error receiving broadcast Intent { act=com.google.android.play.core.splitinstall.receiver.SplitInstallUpdateIntentService flg=0x40280010 pkg=xxx.xxx.xxx.xxx (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 xxx.xxx.xxx.xxx.view.ui.presentation.Folders.listener$lambda-0(Folders.kt:193) at xxx.xxx.xxx.xxx.view.ui.presentation.Folders.$r8$lambda$FEaDTLOC-2g5C2cCmuTGlWGZ4KQ(Unknown Source:0) at xxx.xxx.xxx.xxx.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

in Folders.kt:193

b.llProgressBar.pbText.text = "${progress.toBigDecimal().setScale(1, RoundingMode.UP).toDouble()}% " + getString(R.string.downloading)

Please help me if anyone can

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant