Reputation: 770
I've been trying to create a normal XML file in Android studio for manual RSS feed but android studio not letting me to create it. I just started using Android studio & migrated from eclipse.
Here's the options for File
->New
Upvotes: 1
Views: 13727
Reputation: 1654
In fact, it is simple. You need to put "ordinary" xml file inside "raw" folder and you can create it by clicking new->file
and setting its name to rss.xml
for example.
If you dont have raw folder then right-click on res->new->Android res directory
select resource type to raw and click ok
Upvotes: 2