Reyjohn
Reyjohn

Reputation: 2733

Project name doesnt show in my eclipse

When I was using adt16 in my eclipse

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

everything was ok, but when I use adt 20 then in the package explorer it doesnt show the project names, the projects are being separated by their packages and launcher java class names like

com.pack.project.javaclass

so this is irritating, how can I get rid of it?

Upvotes: 5

Views: 241

Answers (2)

Niko Adrianus Yuwono
Niko Adrianus Yuwono

Reputation: 11122

do you use the same workspace? sometimes it occur to me to when I'm trying to change the path of the source folder but you can change the name manually with using right click on the project ->refactor->rename

Upvotes: 1

Chrishan
Chrishan

Reputation: 4106

New ADT update is available. Please update both SDK and Ecclipse plugin.

Upvotes: 1

Related Questions