Eclipse not showing drawables and layouts after deleting files -


i accidently deleted files desktop project depending on in eclipse(shift+del)
in eclipse project not showing

  1. entire packages hierarchy
  2. all java class files
  3. all drawables in drawables folder there no drawable-hdpi etc mdpi etc folder
  4. all layouts in layouts folder
  5. all localized strings folder i.e. there 1 folder of values

i've tried add external library projects , jars project depending on still unable solve problem

i've tried project>>restore local history amazingly missing layouts, classes , drawables not listed there

just, create new project , import old project data.


Comments

Popular posts from this blog

authentication - Mongodb revoke acccess to connect test database -

r - Update two sets of radiobuttons reactively - shiny -

ios - Realm over CoreData should I use NSFetchedResultController or a Dictionary? -