3
I am trying to put an application in the Playstore, but the following error appears: "You have to use a different package name because "com.example" is restricted."
The thing is, I’ve already changed the package name and it’s still the same mistake.
Here’s a print of the code:
Initially the package had the name "with.example..." and I changed it to "test.example..". And I re-named the whole code. But in the image, in line 3, the change did not happen and if you change manually, starts to give error in the code. How can I fix this situation?
I think the problem is in the folder gen, because there is a package with that name and does not let change to another, IE, if you change the name it generates a new package with the old name
– pc_oc