Change project root name

Good morning.
image

As you can see I have a project with the root name = “fich_”. It´s a simple application with one purpose but now I want to transform it in a more complete app. So it will be nice to change the root name and, at least, the new entities I create takes the new title.
I tried to change the name in several places but when I create new entity keeps taking “fich_”…
If this is not possible… Is there any form to transform the project into an add-on and import it into a new project?

Thank you.

Hello,

You can set projectId in build.gradle:

image

This change affects the creation of new entities. For old entities, you can write a changelog yourself to rename tables in the database.

Regards,
Nikita

Great.
I didn´t look there xD so thank you very much for your help.

Kind regards

1 Like