You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
open flutter_keyboard_visibility package in local gradle cache
Locate the package attribute in your AndroidManifest.xml files. This is typically found in the android/app/src/main/AndroidManifest.xml file
Open build.gradle file and add the namespace property to the android block. The value should match the package attribute from your AndroidManifest.xml.
After adding the namespace property in the build.gradle file, remove the package attribute from your AndroidManifest.xml.
worked with me
Will get an error if you try to run in a project with AGP 8+: "Namespace not specified. Specify a namespace in the module's build file"
The text was updated successfully, but these errors were encountered: