Can I change the package name in an Android project in eclipse?

the name of the package for my project org.consulting.keno, is there any way to change it to org.consulting.keno2?

The problem is that I sent the application to the google store for free and I want to change it to pay money. The Google store said that I would have to delete the old file and resubmit the new apx file. But I get a message about a conflicting package name.

+3
source share
3 answers

Inside the package explorer, right-click on the package and select

Refactor > Rename

Enter a new name and everything will be ready.

+5
source

Mef. , , . :

  • , Refract > Rename.
  • Android. > .
  • , .

, IDE ( Eclipse).

+19

F2. , . gen, .

AndroidManifest.xml,

+1

All Articles