Instant crash on Okular for Android (F-Droid version, Okular 1.3.0). No feedback nor "the app does not respond" pops up, simply it doesn't open. *** STEPS TO REPRODUCE 1. Buy a OnePlus Nord 2, I guess. Then install the app from F-Droid 2. Open Okular 3. Look at the screen to see nothing is happening OBSERVED RESULT Nothing EXPECTED RESULT At least, a welcome screen or something SOFTWARE/OS VERSIONS Android 11
Can you try installing this apk and confirming if it works for you? https://binary-factory.kde.org/job/Okular_Nightly_android-arm64/lastSuccessfulBuild/artifact/okularkirigami-arm64-v8a.apk
(In reply to Albert Astals Cid from comment #1) > Can you try installing this apk and confirming if it works for you? > > https://binary-factory.kde.org/job/Okular_Nightly_android-arm64/ > lastSuccessfulBuild/artifact/okularkirigami-arm64-v8a.apk Sadly, it doesn't. Yet this time, at least, Android says "Okular keeps closing, try to repair it by clearing data" or something like that (I'm Italian, my phone is in Italian, it's a rough translation).
Dear Bug Submitter, This bug has been in NEEDSINFO status with no change for at least 15 days. Please provide the requested information as soon as possible and set the bug status as REPORTED. Due to regular bug tracker maintenance, if the bug is still in NEEDSINFO status with no change in 30 days the bug will be closed as RESOLVED > WORKSFORME due to lack of needed information. For more information about our bug triaging procedures please read the wiki located here: https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging If you have already provided the requested information, please mark the bug as REPORTED so that the KDE team knows that the bug is ready to be confirmed. Thank you for helping us make KDE software even better for everyone!
This bug has been in NEEDSINFO status with no change for at least 30 days. The bug is now closed as RESOLVED > WORKSFORME due to lack of needed information. For more information about our bug triaging procedures please read the wiki located here: https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging Thank you for helping us make KDE software even better for everyone!
This needs checking still
Created attachment 148681 [details] Okular crashes instantly when opening Can confirm on Android 12, CalyxOS 3.5.1 installed from the F-Droid nightly repo
Created attachment 148845 [details] ADB log log from ADB
Log says 'failed to find libssl3' but its in the apk. Crashes on android 12 may be explained with this https://developer.android.com/about/versions/12/behavior-changes-12#uses-native-library TLDR: need to add <uses-native-library> tag to manifest for each non-NDK native lib. Seems to be a simple fix but there might be quite a lot of libs.
(In reply to Aachman (AarKiMos) from comment #8) > Log says 'failed to find libssl3' but its in the apk. Crashes on android 12 > may be explained with this > https://developer.android.com/about/versions/12/behavior-changes-12#uses- > native-library > TLDR: need to add <uses-native-library> tag to manifest for each non-NDK > native lib. > Seems to be a simple fix but there might be quite a lot of libs. I don't think that applies here, see the sentence Non-NDK native shared libraries that are provided by silicon vendors or device manufacturers are not accessible by default if the app is targeting Android 12 (API level 31) or higher. We're neither a "silicon vendors or device manufacturers" nor we're targetting "API level 31"
Just wanted to add that this issue happens on Android 7.0 as well.
Can no longer reproduce since I updated to Android 13