This message was deleted.
# community-support
s
This message was deleted.
v
It seems you try to use
dependencyResolutionManagement { ... }
in your settings script with a Gradle version before 6.8 which does not work as that API was only added in 6.8.
c
What about an error like this? Note: Some input files use or override a deprecated API. Note: Recompile with -Xlint:deprecation for details. Note: Some input files use unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. FAILURE: Build failed with an exception. * What went wrong: Execution failed for task 'launcherprocessReleaseResources'.
A failure occurred while executing com.android.build.gradle.internal.tasks.Workers$ActionFacade
> AAPT2 aapt2-4.0.1-6197926-windows Daemon #2: Unexpected error during link, attempting to stop daemon. This should not happen under normal circumstances, please file an issue if it does. * Try: Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights. * Get more help at https://help.gradle.org BUILD FAILED in 23s Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8 UnityEngine.GUIUtility:ProcessEvent (int,intptr,bool&)
v
Not a Gradle problem, but a problem in Android Gradle Plugin and the error tells you it is a bug and you should report it to Google.
c
Ah okey thanks