Open WaseemAlBizreh opened 3 weeks ago
same did you get solution
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. But it didn't work
I tried to update AGP and gradle but it didn't work
I changed package to background_sms And I faced same issue
Finally, I used gradle 7.6 Then background_sms worked but flutter_sms didn't work
I finally figured out that the problem might be caused by the package being old and not compatible with Gradle 8.
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 am developing application for Hackathon, where i have to send message in background. How can i do this ?
I created the plugin to send background sms, check it out
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.