Changing App name in Eclipse
android, eclipse, java
Solution
You need to change the package name:
Right click on the project -> Android Tools -> Rename Application package
Problem
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?