Sometimes the R.file updates immediately for me, other times it takes a long time to update when I add @+id in my xml files, is there a way to speed this automatic process up especially for times when it takes 15-20min

link|improve this question

73% accept rate
How do I get new users to accept answers quicker? Sometimes I write an answer to a question and the user immediately accepts it, other times they don't even accept an answer when there are many quality answers to choose between. Is there a way to inform them that they motivate others to spend time on their questions by rewarding them for their time? – Videre Jan 19 at 14:58
this is a question for meta – Savvas Dalkitsis Jan 23 at 21:24
@Savvas Dalkitsis. My comment was a parody of the original question, an attempt to use spiked humor to encourage user1091368 to accept more answers, as their accept rate was very low. – Videre Jan 25 at 14:34
indeed it was :P – Savvas Dalkitsis Jan 25 at 19:23
feedback

2 Answers

up vote 1 down vote accepted

We need more details.

I'm assuming you are referring to your IDE not refreshing quickly enough.

What IDE are you using? If you are using eclipse for instance, you can select Project->Clean and do a clean build of your project. That will generate the R file again.

link|improve this answer
Also, sometimes if you just cannot get the project to generate an R file, it could be because there is a mismatch between the Android version declared in the manifest and the one selected as the project build target in Eclipse. This is normally only the case if you've imported or copied an existing project into your workspace. – Videre Jan 25 at 14:39
feedback

after edit the xml file, rebuild your project.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.