I am trying to generate an apk to be able to publish my app to the store, but when I sent it, a message appeared saying that the package name was invalid, because the name ".android" is restricted. So I changed the package name where classes were. But my app has two packages, as shown in the image.
I want to know if this package (androidTest) is automatically created, if when I generate an apk it is included, or if I delete it without causing problems for my project ...
Thank you:)