-
Notifications
You must be signed in to change notification settings - Fork 5
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
NullPointerException on Android #14
Comments
Hi, @saket. It's an AAR artifact https://repo1.maven.org/maven2/dev/reformator/stacktracedecoroutinator/stacktrace-decoroutinator-android/2.3.3/stacktrace-decoroutinator-android-2.3.3.aar |
Hi, I'm running into the same problem. I included the dependency as described on your readme for Android. Also there's no |
@astuetz Hi, maybe ProGuard deletes the file
? |
@Anamorphosee this is happening in debug builds where code minification isn't enabled |
Fixed in 2.3.8. @saket Could you check please? |
Thanks, that was quick. I'll try it out and report back! |
Your fix works, but I'm now running into #23 🙂. |
Hey @Anamorphosee, I'm running into this crash when trying to use SD on Android:
The android artifact isn't an AAR so I wasn't able to step into the sources to debug what exactly is null. I was testing on Android 13.
The text was updated successfully, but these errors were encountered: