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
{{ message }}
This repository has been archived by the owner on Oct 10, 2024. It is now read-only.
In the new version of Flutter(3.24.3), I get the following error after execution
FAILURE:Build failed with an exception.
*What went wrong:A problem occurred configuring project ':light_compressor'.
>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 AGPUpgradeAssistant 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.*Try:>Runwith--stacktrace option to get the stack trace.
>Runwith--info or --debug option to get more log output.
>Runwith--scan to get full insights.
>Get more help at https://help.gradle.org.BUILDFAILEDin 9m 18s
Error:Gradle task assembleDebug failed with exit code 1
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
In the new version of Flutter(
3.24.3
), I get the following error after executionThe text was updated successfully, but these errors were encountered: