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
Description the android build Gradle give error because is missing the name space in android section Expected behavior What you expected to happen?
Current behavior What actually happened?
Screenshots If applicable, add screenshots to help explain your issue
Logs Post logs here or paste them to Ghostbin and insert the link here.
Environment
Other Add any other context about the problem here
The text was updated successfully, but these errors were encountered:
try adding this to the /android/build.gradle file
subprojects { afterEvaluate { project -> if (project.name == "huawei_push") { project.android.namespace = "com.huawei.hms.flutter.push" } } }
Sorry, something went wrong.
No branches or pull requests
Description
the android build Gradle give error because is missing the name space in android section
Expected behavior
What you expected to happen?
Current behavior
What actually happened?
Screenshots
If applicable, add screenshots to help explain your issue
Logs
Post logs here or paste them to Ghostbin and insert the link here.
Environment
Other
Add any other context about the problem here
The text was updated successfully, but these errors were encountered: