Android name space error in building and running in emulator or any real device
# Trying to run application bu it display the name space error already tried with using bundle id and upgrading AGP version.
`Namespace not specified. Please specify a namespace in the module's build.gradle file like so:
android {
namespace 'com.example.namespace'
}
If the package attribute is specified in the source AndroidManifest.xml, it can be migrated automatically to the namespace value in the build.gradle file using the AGP Upgrade Assistant; please refer to...