pavelzaichyk / flutter_unity_ads

Unity Ads plugin for Flutter Applications. This plugin is able to display Unity Banner Ads and Unity Video Ads.
https://pub.dev/packages/unity_ads_plugin
MIT License
30 stars 12 forks source link

🙏 Build fail with AGP 8.0 🙏 #44

Closed ttb-inc closed 1 month ago

ttb-inc commented 5 months ago

Hi, Please resolve issues with AGP 8.0 on Android.(’namespace’) Thank you.

swenhancer commented 2 months ago

More info on the issue:

* What went wrong:
A problem occurred configuring project ':unity_ads_plugin'.
> 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.

It seems that fix is easy, just the namespace has to be added in android/app/build.gradle

android {
    namespace = "com.example.myapp"
    ...
}
github-actions[bot] commented 1 month ago

This issue is stale because it has been open for 30 days with no activity.