I got in the trouble i am making some packages in my application all fine now i want to make a folder inside the source is good but when i copy some images in that folder one of my package is not showing in the eclipse.
and my work flow is like this
src/package1
src/package2
src/package3
src/package4
src/folder/someimages there
Now in eclipse package explorer, If i want to give the same package name it is showing Package Already exist But i am not able to see the package in eclipse .... why its happening
What should i do … any help will be appreciated
UPDATE
It was a mistake my package structure is like this…
src/package1
src/package1/package2
src/package1/package3
src/package1/package4
….
The reason you can’t see
src/package1is probably package presentation setting is set to flat. It will only display the packages that with files.To change presentation, left click the arrow icon on your project explorer, change Package Presentation into Hierarchical.