user4125772
user4125772

Reputation: 159

Android: Adding XML config file?

How can I add a XML Config file to my Android project, as described at this link (step 1):

http://java.dzone.com/articles/working-google-analytics-api

Is it the same as an ordinary XML file?

Upvotes: 0

Views: 1612

Answers (2)

reactivemobile
reactivemobile

Reputation: 505

Put the file in /res/xml folder

Upvotes: 3

user3669188
user3669188

Reputation: 43

Create an 'xml' folder inside your 'res' folder. Put the xml file inside the xml folder.

Upvotes: 2

Related Questions