Trying to get this solution to work, I can't figure out what is wrong with my implementation :
it is not clear to me how to "add the BuildDate.txt file as a resource" and how to access it from within my PCL ViewModel class :
I added a BuildDate.txt file into MyProject.Droid/Resources but I can't get its build action to "Android Resource" since it shows this error :
obj\Debug\res builddate.txt invalid resource directory name
The build is successful and effectively updates BuildDate.txt with "11/03/2018 19:01:29,11".
None of the referenced solutions has worked for me, but they are not Xamarin.Forms specific...
Has anyone already added and accessed successfully any text file resource in a Xamarin.Forms Android project ?