0

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!

manuelBetancurt
  • 13,050
  • 29
  • 103
  • 194

2 Answers2

1

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

Lazy Ninja
  • 21,131
  • 9
  • 77
  • 99
1

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

Community
  • 1
  • 1
John Jared
  • 780
  • 3
  • 16
  • 39