user1091368
user1091368

Reputation: 359

How do I get the Android R.file to update automatically quicker?

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

Upvotes: 0

Views: 69

Answers (1)

Savvas Dalkitsis
Savvas Dalkitsis

Reputation: 11592

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.

Upvotes: 1

Related Questions