Andrew
Andrew

Reputation: 21076

Changing application name and packages

I decided to change the name of my app. I updated all references to the app including references in the Manifest, the project, the package names, etc.

If I grep the application's directory, all references to the old name are gone.

However, when I compile my application and send it to the emulator, the bottom right corner of Eclipse reads, "Launching OldAppName."

How do I fix this? Obviously, there is a reference lingering around somewhere.

Upvotes: 1

Views: 149

Answers (1)

Marcin Orlowski
Marcin Orlowski

Reputation: 75629

You need to edit Run/Debug entry name in project settings

Upvotes: 1

Related Questions