Each time I import an existing Android application project into Eclipse, it renames the project in the name of my launch activity.
I tried both of these methods:
File -> Import -> Existing Android Code Into Workspace
File -> New -> Android Project From Existing Code
In both of these scenarios, I look at the project folder and select it, which makes it appear in the Projects window, which is available for import. However, the project appears as under the name "LauncherActivity" or something similar.
Edit: It’s easy enough to change the name of the project to what it was originally, I know how to do it:
Right-click on Project -> Refactor -> Rename
However, it is annoying to do this every time.
Edit 2: The .project file contains the correct project name, but the problem still occurs.