New project's apk overwrite previews project

I have a project and installed the .apk file in my phone. Now, I’m creating a new project but when i run the new .apk file the new app overwrites (and destroys) the old one. Do you have any suggestions?

You have to edit your package.json and config.xml to have unique names, identifiers etc.

They have different names. Should I have to change anything else?
I tried to create a blank project, linked it in a new app and built the .apk file, but the same thing happened again.

<widget id="..."> is te most important one.

1 Like

It works! Thank you very much!

1 Like