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

Crash #3123

Open
1 of 2 tasks
iamvs-2002 opened this issue Nov 26, 2020 · 7 comments · May be fixed by #3135
Open
1 of 2 tasks

Crash #3123

iamvs-2002 opened this issue Nov 26, 2020 · 7 comments · May be fixed by #3135

Comments

@iamvs-2002
Copy link

iamvs-2002 commented Nov 26, 2020

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]]
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==/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]]
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

Screenshot (39)

Smartphone Info:

Device Google Pixel XL
Android Version API 30, Android 11.0 (R)

Additional context

Would you like to work on the issue?
I need help in understanding the issue.

  • Yes
  • No
  • Other:
@kavinprabhuc
Copy link

It's exactly the same for me too! Not able to sort it out the cause of it!

@asaikarthikeya
Copy link
Member

@kavinprabhuc Did you find some way?

@indexoutofboundsexceptionn

I am also facing the same issue.

@kavinprabhuc
Copy link

@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!

@asaikarthikeya
Copy link
Member

asaikarthikeya commented Dec 16, 2020

I am also facing the same issue.

Mentors are not looking at this project right now.

@Varinder-KM
Copy link
Contributor

Hey! May I look into this issue?

@asaikarthikeya
Copy link
Member

@Varinder-KM Ya definitely you can . Go ahead :)

@Varinder-KM Varinder-KM linked a pull request Jan 3, 2021 that will close this issue
CodeWithSouma added a commit to CodeWithSouma/phimpme-android that referenced this issue Jan 11, 2021
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

Successfully merging a pull request may close this issue.

5 participants