Just installed android studio flamingo version and I am running an ionic React app and I want to test it on my phone as an external device or a virtual device,
I send my ionic cap open android command, Android Studio opens and I get the error below during build. This is how to fix it:
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 https://developer.android.com/studio/build/agp-upgrade-assistant for more information