Hello.
I want to copy an existing project to build an other one with some minor differences.
but when i copy existing project and change the copy name, after compil it' the same package name so it delete my other project...
is there a way to built a new project from an old one with an other name ?
this is not correct
if you rename your project, you will get a new package name
EDIT: but if you do not change the property AppName in screen1, then it still will use the app name of your previous app... therefore you might want to adjust the app name there...