3

I'm creaing a log file in the Specialfolder.Personal folder.

I found a similiar question about this here: SpecialFolder.Personal location

The difference to this linked question is that I'm not using a real device, but instead I only work with the Xamarin Android Player to create emulators.

Can I somehow access files in the Specialfolder.Personal folder of my emulator?

Community
  • 1
  • 1
Dennis Schröer
  • 2,392
  • 16
  • 46

1 Answers1

1

You can use the Android Device Monitor to browse emulator file systems. Visual Studio has a convenient method of quickly opening this from the toolbar:

enter image description here

Select your emulator and browse for the files

enter image description here

Source

therealjohn
  • 2,378
  • 3
  • 23
  • 39