Android emulator in Visual Studio 2019 : where is /storage/emulated/0 located on dev pc?

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 ?

4 Reset to default

Know someone who can answer? Share a link to this question via email, Twitter, or Facebook.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like