-
Notifications
You must be signed in to change notification settings - Fork 88
Game files selection crash on Android 11 #47
Comments
You've granted storage access always or on use? |
It's set to always. I just double checked. |
This is an issue for me to. Android 11, both Pixel 3a and Pixel 4a. Crashes as soon as I click on game files. All permissions are granted fully. |
Seems to be an issue with the storage-chooser library specific to Android 11. They haven't updated the library on their end yet. |
Is there a manual way to specify the location of game files in the meantime? |
I guess this is the continuation of #30 ? |
This is the upstream bug - codekidX/storage-chooser#127, I'm seeing the same backtrace in crash reports. Not sure why it's crashing though since we're targeting api 28. |
Could you try this build: |
This build works on my 4a on android 11 |
Works for me as well on the 3 XL on Android 11. GLESv2 doesn't load the game for me, but GLESv1 does. Separate issue, but the file picker now works. |
fixed in latest stable and nightly builds |
On Android 11 (Pixel 3XL) there appears to be a persistent crash upon clicking Game files to set the path variable. I assume it's something not playing nice with the new Android versions menu dialogue. As soon as the menu option is clicked the app closes.
I just thought y'all should be aware. Thank you!
The text was updated successfully, but these errors were encountered: