We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
after updating to gradle 8.10.2 it started reflacting the error Android getting error: Namespace not specified
The text was updated successfully, but these errors were encountered:
update this in android/build.gradle
subprojects { afterEvaluate { project -> if (project.hasProperty('android')) { project.android { if (namespace == null) { namespace project.group } if(namespace.contains('flutter_windowmanager')){ compileSdkVersion 35 } } } } } subprojects { project.buildDir = "${rootProject.buildDir}/${project.name}" project.evaluationDependsOn(':app') }
Sorry, something went wrong.
No branches or pull requests
after updating to gradle 8.10.2 it started reflacting the error
Android getting error: Namespace not specified
The text was updated successfully, but these errors were encountered: