1

I changed the package name of the application by following How do I rename the android package name?

However, the old package name is still being shown on the android device that the application is installed on:

    Android->Data->"old package name"
Community
  • 1
  • 1
Nitish Jain
  • 704
  • 2
  • 10
  • 24
  • Did you right click on your project and select `Android Tools-> Rename Application Package`? If not, try that. Then I'd say do a clean and build. – DigitalNinja Mar 26 '15 at 16:51
  • @BinaryJudy: No such option on right clicking the project in android studio... – Nitish Jain Mar 26 '15 at 17:25
  • It just occurred to me that you may not have installed the Android SDK Tools. Go to the Android SDK manager, it's the button with an arrow facing down in the IDE, and there's a sections for "Tools". In that list is options to download and install the tools. Hope that helps! – DigitalNinja Mar 26 '15 at 18:07

1 Answers1

10

If you are using Android studio make sure you change applicationId in the Build.gradle file

ANUJ GUPTA
  • 905
  • 13
  • 22