user3289108
user3289108

Reputation: 770

Android studio : Creating a normal xml file in assests folder?

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

enter image description here

Upvotes: 1

Views: 13727

Answers (1)

horin
horin

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

Related Questions