Open jack980517 opened 2 months ago
Android 11 above not have use this folder options
https://github.com/user-attachments/assets/f2f2886d-05ea-4954-8754-1a03ea9f346d
In Android 11 and above, this is not an option, but a way to find out the path and open the folder in the system explorer to copy files.
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.