How to rename the Project RootFolder and the package of the ionic project?

I’m new to Ionic. I have created a blank project using Ionic CLI. Now I would like to change the package name and RootFolder name of the project. When I was searching net, I was able to change the name of the App by changing the name and description tags in config.xml. Some how the Folder name of the project is different and after importing the project into the ADT the name of the Project is different. I would like to know from where the eclipse is picking the RootFolder name?

you need to change the Id in config.xml file.

<widget id="x.x.xx.xx" version="0.0.1" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
2 Likes