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

os debug build won't launch #9

Open
Osanosa opened this issue Mar 13, 2024 · 2 comments
Open

os debug build won't launch #9

Osanosa opened this issue Mar 13, 2024 · 2 comments

Comments

@Osanosa
Copy link

Osanosa commented Mar 13, 2024

00:21:52.516 WM-WorkerFactory         E  Could not instantiate ua.gov.diia.core.util.work.DoApplicationSettingsProvisionWork (Ask Studio Bot)
                                         java.lang.NoSuchMethodException: ua.gov.diia.core.util.work.DoApplicationSettingsProvisionWork.<init> [class android.content.Context, class androidx.work.WorkerParameters]
                                         	at java.lang.Class.getConstructor0(Class.java:3325)
                                         	at java.lang.Class.getDeclaredConstructor(Class.java:3063)
                                         	at androidx.work.WorkerFactory.createWorkerWithDefaultFallback(WorkerFactory.java:95)
                                         	at androidx.work.impl.WorkerWrapper.runWorker(WorkerWrapper.java:245)
                                         	at androidx.work.impl.WorkerWrapper.run(WorkerWrapper.java:137)
                                         	at androidx.work.impl.utils.SerialExecutor$Task.run(SerialExecutor.java:91)
                                         	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
                                         	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644)
                                         	at java.lang.Thread.run(Thread.java:1012)
00:21:52.516 WM-WorkerWrapper         E  Could not create Worker ua.gov.diia.core.util.work.DoApplicationSettingsProvisionWork
00:21:52.544 WM-WorkerFactory         E  Could not instantiate ua.gov.diia.core.util.work.CheckAppVersionUpdatedWork (Ask Studio Bot)
                                         java.lang.NoSuchMethodException: ua.gov.diia.core.util.work.CheckAppVersionUpdatedWork.<init> [class android.content.Context, class androidx.work.WorkerParameters]
                                         	at java.lang.Class.getConstructor0(Class.java:3325)
                                         	at java.lang.Class.getDeclaredConstructor(Class.java:3063)
                                         	at androidx.work.WorkerFactory.createWorkerWithDefaultFallback(WorkerFactory.java:95)
                                         	at androidx.work.impl.WorkerWrapper.runWorker(WorkerWrapper.java:245)
                                         	at androidx.work.impl.WorkerWrapper.run(WorkerWrapper.java:137)
                                         	at androidx.work.impl.utils.SerialExecutor$Task.run(SerialExecutor.java:91)
                                         	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
                                         	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644)
                                         	at java.lang.Thread.run(Thread.java:1012)
00:21:52.544 WM-WorkerWrapper         E  Could not create Worker ua.gov.diia.core.util.work.CheckAppVersionUpdatedWork
00:21:53.302 WM-WorkerFactory         E  Could not instantiate ua.gov.diia.notifications.work.SendPushTokenWork (Ask Studio Bot)
                                         java.lang.NoSuchMethodException: ua.gov.diia.notifications.work.SendPushTokenWork.<init> [class android.content.Context, class androidx.work.WorkerParameters]
                                         	at java.lang.Class.getConstructor0(Class.java:3325)
                                         	at java.lang.Class.getDeclaredConstructor(Class.java:3063)
                                         	at androidx.work.WorkerFactory.createWorkerWithDefaultFallback(WorkerFactory.java:95)
                                         	at androidx.work.impl.WorkerWrapper.runWorker(WorkerWrapper.java:245)
                                         	at androidx.work.impl.WorkerWrapper.run(WorkerWrapper.java:137)
                                         	at androidx.work.impl.utils.SerialExecutor$Task.run(SerialExecutor.java:91)
                                         	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
                                         	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644)
                                         	at java.lang.Thread.run(Thread.java:1012)
00:21:53.303 WM-WorkerWrapper         E  Could not create Worker ua.gov.diia.notifications.work.SendPushTokenWork

image

@Osanosa
Copy link
Author

Osanosa commented Mar 13, 2024

Also i hate fragments

@SN4S
Copy link

SN4S commented Mar 13, 2024

You can remove "oss" from url's in build.gradle file, like i did
image

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

2 participants