I want to change my package name: com.apps.example.name_app to com.example.name_app.
edit:
following the solution proposed by Mahendran Sakkarai in this post: Is it possible to change the company domain name in android studio after creating the project?
all is well, but When I click rebuild button, or clean button, I get this error: capture
update:
I knew later that this error has relation with the firebase,
the name on my google-services.json it should be same with my local.
To solve the problem:
1- I created a new project on firebase with the new Package name
2- I replaced the old google-services.json file with the new file provided by firebase
3- I clicked on "sync project with gradle files" .. and like that, my problem is solved