-
Notifications
You must be signed in to change notification settings - Fork 258
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
App crashes immediately if installed on SD card #918
Comments
Are you talking about "adoptable storage"? Or is the old "move to SD card" still a thing? |
@di72nn move to SD card. Samsung disables the adoptable storage feature, unfortunately |
So far I wasn't able to test it on an emulator and I don't have any modern device with an SD card. It seems that you'll have to get "logcat" output. |
@di72nn how do I do that? |
I guess the simplest option is to use Android Studio on a PC. |
@di72nn I'm going to need a little more guidance here. I am not an android developer, just a user trying to make a bug report. I have usb debugging enabled, I have android studio, but the instructions for logcat aren't doing it. There is no logcat where it says I should find it |
nevermind. I found another way, ironically from the pocket app's bug report instructions
|
Native libraries are not available for some reason. There's a couple of reports like that in Google Play Console (all on Android 9 and 10). Apparently there are some App Bundle related issues with native libraries when apps are moved to SD card. @norweeg can you try installing the app from F-Droid? I'm pretty sure it should work ok. |
@di72nn the f-droid version works, but I'd rather not have two app stores... The bug report you linked is a duplicate of a fixed bug. https://issuetracker.google.com/issues/127691101 Can a similar fix work for the Google play version? |
Apparently newer tools should be used to prepare next Google Play release. Here are stacktraces for searchability.
Android 10:
|
this is now resolved. I accidentally moved my app to the SD card and didn't notice because the app is no longer crashing when moved to sd card |
Version 2.3.0 crashes immediately if it is installed on the SD card, but functions normally otherwise. I have tried clearing cache, clearing data, uninstalling/reinstalling the app, and changing the database location in settings. I don't know where to find logs, otherwise I would include them. Device is a Samsung Galaxy Tab A with SD card, Android 9.
The text was updated successfully, but these errors were encountered: