Exporting XML files to Android

So I wanted to read from a xml file using Unity.

This works great on PC, but when I tried exporting my game over to Android, Unity didn’t take my xml with it.

Is there a way for me to add the xml file so it will be exported into my apk file as well?

Thanks

I solved it by using http://unity3d.com/support/documentation/ScriptReference/Resources.Load.html