the killer
the killer

Reputation: 35

how to change all package name in Eclipse?

I'm trying to change my package name in eclipse, i have tried everything, my last try was to change it from android tools-> rename application package but that didn't seem to change the package in the code files itself, i have more than one package in my app, so i selected the first one and pressed F2 then i typed in the same package name and it changed in the files, but when i selected the second package and pressed F2 i didn't want to change, it says package already exists ! i'm just wondering how the app name and package is read on Google play, is it from manifest file only ?

Upvotes: 2

Views: 7871

Answers (1)

Ahmad
Ahmad

Reputation: 72653

You have to right click on the package > Refacor > Rename

enter image description here

Upvotes: 8

Related Questions