Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Changing App name in Eclipse

I´ve finished my quiz app a few days ago. Now, I want to publish a second quiz with different questions. I copied the project in Eclipse and changed the questions. Now, when install it on my smartphone, it tells me that this app is already there.

So where can I change the name that the two apps are different? Or do I have to change something else?

like image 409
user896692 Avatar asked Feb 01 '13 10:02

user896692


People also ask

Can you rename an Eclipse project?

In the Eclipse Navigator view (or any Eclipse view that supports Team operations), navigate to the project that you want to rename. Right-click the project and click Team > Rename in Repository Workspace.

Can you rename packages in Java?

Right-click the package you want to rename and from the context menu, select Refactor | Rename ( Shift+F6 ).


1 Answers

You need to change the package name:

 Right click on the project -> Android Tools -> Rename Application package
like image 160
Nermeen Avatar answered Sep 27 '22 20:09

Nermeen