The emulator is launching effectively my app from Visual Studio 2019 on Windows 10 Pro, but where is it storing locations such as Android.OS.Environment.ExternalStorageDirectory (/storage/emulated/0 on mobile) for example, from which my app is supposed to load file contents by the way ?
Via Android Device Manager, from Visual Studio, the location opened in the Explorer for this emulated device displays 4 directories (data, hardware-qemu.ini.lock, snapshots, tmpAdbCmds) and 18 files among which userdata-qemu.img and sdcard.img turn out to be empty once mounted, and a userdata.img file unmountable both on Windows 10 and Ubuntu...
So is there a way to access the emulated file system from the dev pc after all ?