You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I try to set working directory to external SD card, which is mounted at /storage/xxxx-xxxx (each x is a hex digit), J2ME loader would say: Failed to create a folder in the path: /storage/xxxx-xxxx. I know about scoped storage, but this is Android 8.1, before scoped storage is introduced.
I noticed that, when third-party file explorers write to the external SD card, a storage permission request dialog pops up, despite the fact that they already have permission for internal storage (/sdcard). Maybe J2ME loader needs to do this as well.
The text was updated successfully, but these errors were encountered:
Emulator version
1.8.2
Game version
not applicable
Game resolution
not applicable
Device
Sharp Aquos Keitai 3 aka 805SH
Android version
8.1
Description of the issue
If I try to set working directory to external SD card, which is mounted at /storage/xxxx-xxxx (each x is a hex digit), J2ME loader would say: Failed to create a folder in the path: /storage/xxxx-xxxx. I know about scoped storage, but this is Android 8.1, before scoped storage is introduced.
I noticed that, when third-party file explorers write to the external SD card, a storage permission request dialog pops up, despite the fact that they already have permission for internal storage (/sdcard). Maybe J2ME loader needs to do this as well.
The text was updated successfully, but these errors were encountered: