how load xml files with mono for android

Epissioro

New Member
I am porting a windows phone application to android using novel's mono for android software, however I am having trouble loading an XML file for use with the application.\[code\]XDocument xWorkoutList = XDocument.Load("workoutlist.xml");\[/code\]This is the above code that generates the error and it says it cannot find the xml file. I am new to android development so I should probably be putting it in some sort of folder but i don't know which one I'm not even sure if it is considered an asset or a resource.
 
Back
Top