You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1: Task failed with an exception.
-----------
* What went wrong:
A problem occurred configuring project ':gallery_saver'.
> 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.
As of AGP 8+ you must set the namespace in the android {} section of build.gradle. Is there an ETA for AGP 8+ support?
The text was updated successfully, but these errors were encountered:
You can define common name space for all sub packages via adding few lines in project level build.gradle file. Consider adding below code inside subprojects block.
I'm getting the error:
As of AGP 8+ you must set the namespace in the android {} section of build.gradle. Is there an ETA for AGP 8+ support?
The text was updated successfully, but these errors were encountered: