Nitish Jain
Nitish Jain

Reputation: 734

changed package name but old package name showing when installed the app on the android device

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"

Upvotes: 1

Views: 3031

Answers (1)

ANUJ GUPTA
ANUJ GUPTA

Reputation: 925

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

Upvotes: 10

Related Questions