0

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

  • 1
    Hi, welcome to stack overflow. You need to provide all the details (what did not work for you for example) and mention the issue clearly what exactly you want. Please refer the [ask] link for more detail and update your question accordingly. – Jeroen Heier Mar 23 '19 at 13:58
  • Do you want to change the app package id or the java source class package name? – CbL Mar 23 '19 at 16:21
  • Thank you for your help, my problem is solved, I updated my question – Special One Mar 24 '19 at 10:20
  • your package name .example keyword i think created problem with upload in apk in google play store – Kishan Viramgama Mar 24 '19 at 10:23

0 Answers0