Project name does not appear in my eclipse

When I used adt16 in my eclipse

Version: Indigo Service Release 1
Build id: 20110916-0149

everything was fine, but when I use adt 20, then in the package explorer it does not display project names, projects are separated by their packages and jauncher java class names, such as

com.pack.project.javaclass

so it is annoying, how can I get rid of it?

+5
source share
2 answers

Are you using the same workspace? sometimes this happens to me when I try to change the path to the source folder but you can change the name manually by right-clicking on the project -> refactor-> rename

+1
source

A new ADT update is available. Update the SDK and Ecclipse plugin.

+1
source

All Articles