Issue background
When you eclipse,import a new Android source code project. It is assumed that the workspace of Eclipse already exists with the same name project and cannot be imported.
There are many ways to change project names online. is after the import. Use the Refactor Rename method. However, this approach is only possible if you can change the imported project.
Analyzed the project folder. Discover key points for changing project names. It is important to note that. This refers to changing the project name. Not change App_name (apk installed program name)
1. Under the project folder, locate the. project file. is an implied file
2. Open the file. Use Notepad or UltraEdit. Find for example the following
<projectDescription>
<name>Citylistpin</name>
<comment></comment>
Here is the project name, after the change, once again in Eclipse import, the line see has been changed.
Change the name of the Androidproject (not eclipse rename)