Looks like this is by design in Android. Here is the solution I've ported
from java from a stackoverflow thread.
http://blog.rthand.com/post/2012/06/06/Writing-to-SD-card-and-notifying-outside-world-of-changes.aspx
http://blog.rthand.com/post/2012/06/06/Writing-to-SD-card-and-notifying-outside-worl
Hi guys,
I am trying to write text files to a shared location in the way I could open
them from within Windows Explorer (which rules out private folder).
Here is the code
var file = GetExternalFilesDir(null);
string fileName = "Test.txt";
string filePath = Path.Combine(file.Path, fileName);
usi
Hi guys,
What's the story on Debugger Visualizers in Visual Studio? None seems to
work, even the simplest ones, i.e. string visualizer. Nor do custom ones
appear.
Those things are extremely useful for debugging.
--
View this message in context:
http://mono-for-android.1047100.n5.nabble.com/Debu
It turns out that I somehow uninstalled Android SDK platform tools. Once
reinstalled everything works again.
Now, it would be nice to have a better error message mentioning the source
of the problem...
--
View this message in context:
http://mono-for-android.1047100.n5.nabble.com/SDK-path-amnesia
I am using the free version of Mono For Android on Win 7 x64. Everything
worked fine until I upgraded Mono to the latest version, then run Start
Android Emulator Manager from VS' Tools menu and updated everything there.
Next I've applied the latest Windows Update patches (today) and now mono
won't