-
Notifications
You must be signed in to change notification settings - Fork 920
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
Crash #3123
Comments
It's exactly the same for me too! Not able to sort it out the cause of it! |
@kavinprabhuc Did you find some way? |
I am also facing the same issue. |
@asaikarthikeya I was not able to do anything with this one. While I was searching for image editor lib I ended up finding https://github.com/iamutkarshtiwari/Ananas which has mostly what I was looking for. So dropping this one here! |
Mentors are not looking at this project right now. |
Hey! May I look into this issue? |
@Varinder-KM Ya definitely you can . Go ahead :) |
Describe the bug
App crashes on startup.
To Reproduce
Expected behavior
Logs
2020-11-26 14:04:14.829 5500-5500/? E/AndroidRuntime: FATAL EXCEPTION: main
Process: org.fossasia.phimpme, PID: 5500
java.lang.RuntimeException: Unable to get provider androidx.startup.InitializationProvider: java.lang.ClassNotFoundException: Didn't find class "androidx.startup.InitializationProvider" on path: DexPathList[[zip file "/data/app/
_4gEh7OMbn7abZQmOWJreA==/org.fossasia.phimpme-HHZPlBDPZ_9Ium3eMmP9MQ==/base.apk"],nativeLibraryDirectories=[/data/app/_4gEh7OMbn7abZQmOWJreA==/org.fossasia.phimpme-HHZPlBDPZ_9Ium3eMmP9MQ==/lib/x86, /data/app/_4gEh7OMbn7abZQmOWJreA==/org.fossasia.phimpme-HHZPlBDPZ_9Ium3eMmP9MQ==/base.apk!/lib/x86, /system/lib, /system_ext/lib]]_4gEh7OMbn7abZQmOWJreA==/org.fossasia.phimpme-HHZPlBDPZ_9Ium3eMmP9MQ==/base.apk"],nativeLibraryDirectories=[/data/app/at android.app.ActivityThread.installProvider(ActivityThread.java:7244)
at android.app.ActivityThread.installContentProviders(ActivityThread.java:6780)
at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6697)
at android.app.ActivityThread.access$1300(ActivityThread.java:237)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1913)
at android.os.Handler.dispatchMessage(Handler.java:106)
at android.os.Looper.loop(Looper.java:223)
at android.app.ActivityThread.main(ActivityThread.java:7656)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:592)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947)
Caused by: java.lang.ClassNotFoundException: Didn't find class "androidx.startup.InitializationProvider" on path: DexPathList[[zip file "/data/app/
_4gEh7OMbn7abZQmOWJreA==/org.fossasia.phimpme-HHZPlBDPZ_9Ium3eMmP9MQ==/lib/x86, /data/app/_4gEh7OMbn7abZQmOWJreA==/org.fossasia.phimpme-HHZPlBDPZ_9Ium3eMmP9MQ==/base.apk!/lib/x86, /system/lib, /system_ext/lib]]at dalvik.system.BaseDexClassLoader.findClass(BaseDexClassLoader.java:207)
at java.lang.ClassLoader.loadClass(ClassLoader.java:379)
at java.lang.ClassLoader.loadClass(ClassLoader.java:312)
at android.app.AppComponentFactory.instantiateProvider(AppComponentFactory.java:147)
at androidx.core.app.CoreComponentFactory.instantiateProvider(CoreComponentFactory.java:67)
at android.app.ActivityThread.installProvider(ActivityThread.java:7228)
at android.app.ActivityThread.installContentProviders(ActivityThread.java:6780)
at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6697)
at android.app.ActivityThread.access$1300(ActivityThread.java:237)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1913)
at android.os.Handler.dispatchMessage(Handler.java:106)
at android.os.Looper.loop(Looper.java:223)
at android.app.ActivityThread.main(ActivityThread.java:7656)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:592)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947)
2020-11-26 14:04:38.048 1699-5530/com.google.android.gms E/ConfigFileUtils: Failed to read config file: /data/user_de/0/com.google.android.gms/app_chimera/next_container.pb: open failed: ENOENT (No such file or directory)
2020-11-26 14:04:44.826 518-648/system_process E/ClipboardService: Denying clipboard access to org.chromium.webview_shell, application is not in focus nor is it a system service for user 0
2020-11-26 14:04:56.926 518-648/system_process E/ClipboardService: Denying clipboard access to org.chromium.webview_shell, application is not in focus nor is it a system service for user 0
2020-11-26 14:07:29.163 204-206/? E/[email protected]: Error opening kernel wakelock stats for: wakeup34: Permission denied
2020-11-26 14:07:29.171 204-206/? E/[email protected]: Error opening kernel wakelock stats for: wakeup35: Permission denied
Screenshots
Smartphone Info:
Additional context
Would you like to work on the issue?
I need help in understanding the issue.
The text was updated successfully, but these errors were encountered: