manuelBetancurt
manuelBetancurt

Reputation: 16138

android drawable recognise resources

I drag and drop an image into my "drawable" folder,

But I have to wait about 5 minutes to have eclipse recognise the newly added resource,

How can I update the resources that Eclipse recognises?,

before it does it automatically? [takes to long]

thanks a lot!

Upvotes: 0

Views: 118

Answers (2)

John Jared
John Jared

Reputation: 800

You can either Refresh your Esclipse, or clean the Project.

You can clean the project at project Tab, and refresh at File tab.

I recommend cleaning your project each time you touch the dir folder =)

Take a look at this answer:

Eclipse: How do i refresh an entire workspace? F5 doesn't do it

https://stackoverflow.com/a/2518466/1610949

Upvotes: 1

Lazy Ninja
Lazy Ninja

Reputation: 22527

When you don&t use the refresh button, it will take time for eclipse to recognize new added resources. Make sure to refresh.

Upvotes: 1

Related Questions