In my case, I upgraded flutter android project. I added namespace not matched with the applicationId aka package name, also for the package inside the MainActivity.kt file
namespace
applicationId
MainActivity.kt
Note: I also remove the package from the AndroidManifest file.
AndroidManifest