Many developers always ask this question. Normally, we always want to conveniently see the simulator files. We always want to operate them in a familiar way on the PC. However, we should have a correct understanding of the device emulator.
Device emulator is a simulated device. On a PC, it is also a device running on x86/x64.Program. The files we create on the simulator exist in the file system of the simulator, and the file system is always in the ram of the PC. The other settings of the root simulator are the same, it is described in the status file. The file system on the simulator running on the PC does not have a one-to-one correspondence with the file system on the PC. However, you can map the folders on the PC to the memory card (\ storage card) of the simulator, so that the files created under this directory will be directly created under the corresponding folder of the PC.
So you don't have to think about finding the simulated file system on a PC. It's just a program. Is that necessary? After you hover your mouse over the cradle simulator, you can browse the folder on the device and do what you want.
Enjoy!
Yellow winter