How to change the Mobile App name in Android ?

Created by Akhilesh Sirvi, Modified on Tue, 09 Feb 2021 at 06:13 PM by Ajay Kumar Choudhary

Open the package.json file and find the keyword "name" and change with your application name

"name": "Your-application-name",

open the directory cordova then

Open the package.json file and find the keyword "displayName and change with your application name

"displayName": "Your-application-name",


same cordova directory

Open the config.xml file and find the tag "<name>worksuite</name>" and change "worksuite" with your application name

<name>Your-application-name</name>



After that you can save and close all the files, Your android application name is updated.


Now you need to build the application apk.

Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select atleast one of the reasons
CAPTCHA verification is required.

Feedback sent

We appreciate your effort and will try to fix the article