Crash on startup with Android 7 #137
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Prerequisites
CONTRIBUTING
guide ?Description
I logged in to reader for selfoss after installing the latest version. It crashed. Now it crashes each time shortly after I try to run the app, with the following printed to
adb logcat
:This appears to be similar to what describes
https://stackoverflow.com/questions/49851379/java-lang-noclassdeffounderror-failed-resolution-of-ljava-time-instant
Steps to Reproduce
Expected behavior: No crash
Actual behavior: Crash
Device
Damn, sorry about that. Thank you for letting us know, I probably should start testing on older Android versions as well...
This is because we're missing library desugaring.
The bug seems to have been introduced here:
5494978db8
@davidoskky did you reproduce the issue. I wasn't able to.
Yes, I did reproduce this on API 25, could not reproduce it on lower APIs as another error regarding SSL certificates impeded logging in altogether.
Just tested with API 25. The pull request is merged.
@jtojnar A new release should be created in a few minutes. An APK will be available with it, so you'll be able to download it from here.