-
Notifications
You must be signed in to change notification settings - Fork 207
New issue
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
Flutter sms Problem with namespace #96
Comments
same did you get solution |
I tried to specify namespace in module build file, but namespace is already specified Then I specified package attribute in source AndroidManifest.xml file. I tried to update AGP and gradle but it didn't work I changed package to background_sms Finally, I used gradle 7.6 |
I finally figured out that the problem might be caused by the package being old and not compatible with Gradle 8. |
Any ways for fixing it ? |
I created the plugin to send background sms, check it out |
hey man thank, that works perfectly! |
Thanks for using my package, Don't forget to like it and star it on GitHub |
A problem occurred configuring project ':flutter_sms'.
Could not create an instance of type com.android.build.api.variant.impl.LibraryVariantBuilderImpl.
Namespace not specified. Specify a namespace in the module's build file. See https://d.android.com/r/tools/upgrade-assistant/set-namespace for information about setting the namespace.
If you've specified the package attribute in the source AndroidManifest.xml, you can use the AGP Upgrade Assistant to migrate to the namespace value in the build file. Refer to https://d.android.com/r/tools/upgrade-assistant/agp-upgrade-assistant for general information about using the AGP Upgrade Assistant.
The text was updated successfully, but these errors were encountered: