I just want to read a simple xml-File with Android Studio.
new File("Questions.xml");
Used in "MainActivity"
Where do I have to put the xml-File in my project? This is the File-Structure:
I just want to read a simple xml-File with Android Studio.
new File("Questions.xml");
Used in "MainActivity"
Where do I have to put the xml-File in my project? This is the File-Structure: