Put the xml file in the assets folder and fetch it using the AssetManager:http://developer.android.com/reference/android/content/res/AssetManager.html
To read the file use the same java code that works for you on J2SE.
Put the xml file in the assets folder and fetch it using the AssetManager:http://developer.android.com/reference/android/content/res/AssetManager.html
To read the file use the same java code that works for you on J2SE.