If you've specified the package attribute in the source AndroidManifest.xml, you can use the AGP Upgrade Assistant to migrate to the namespace value in the build file. Refer to https://d.android.com/r/tools/upgrade-assistant/agp-upgrade-assistant for general information about using the AGP Upgrade Assistant.
Within build.gradle, I have the android module like this:
android {
namespace "namespaceHere"
}```
I have tried to update various dependancies, but that hasn't worked, I've tried placing an android module in all gradle files but that hasn't worked either, I have recently upgraded the app to Capacitor 6 if that helps with the issue.
New contributor
EWake is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.