Hi!
Isn't it possible to use System.IO.Path on Android? There are almost no classes in the System.IO namespace for me and I cannot add any of the standard assemblies from mono? On ios I can add all the asseblies that I'm used to doing. The target of the android app is level 12.
Is there something wrong with my head or my installation?
Attaching my add reference dialog.
thanks
Johan
Posts
System.IO.Path is available on Android too. Check your namespace. Does it contain Android?
It was actually a missing reference.
http://johankson.blogspot.se/2014/04/fresh-install-of-xamarinandroid-and-no.html
Thanks for the answer!