Hello, I created an app and worked a lot on it. Later I wanted to create a similar one but with some tiny differences, so I copied all the folders on a different directory. Now when I try to “ionic run android” my old app disappears and the new one takes his place. Where do I change its ID or something like that so I have both apps at the same time?
Change the widget id in config.xml
for example https://github.com/ionic-team/ionic-conference-app/blob/master/config.xml#L2
1 Like
Thanks I changed it and it worked!