Holas, I have this error. After changing the project's package name, I get these errors when trying to create apk
You must change the "package name" also within the file build.gradle
this in applicationId
:
android {
...
defaultConfig {
applicationId 'com.artemisa.linterna.gratis'
...
}
}
I suggest you "refactor" the package name to avoid this kind of problems, check: