i having Note: Some input files use or override a ...
# community-support
s
i having 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 'appprocessDebugResources'.
A failure occurred while executing com.android.build.gradle.internal.res.LinkApplicationAndroidResourcesTask$TaskAction
> Android resource linking failed error: resource style/Theme.MaterialComponents (aka com.twms.twms:style/Theme.MaterialComponents) not found. error: failed linking references. this issue
c
you use a style
style/Theme.MaterialComponents
that is not defined.
s
and the other one
c
WDYM?
s
A failure occurred while executing com.android.build.gradle.internal.res.LinkApplicationAndroidResourcesTask$TaskAction
this error
c
Copy code
Android resource linking failed error: resource style/Theme.MaterialComponents (aka com.twms.twms:style/Theme.MaterialComponents) not found.
is the reason
A failure occurred while executing com.android.build.gradle.internal.res.LinkApplicationAndroidResourcesTask$TaskAction
has an error
It’s one error with a “description”.
s
okay @Christian Grach, but how to resolve it. yesterday is i am not having this error but when i upgrade the flutter version of my project . this error shown me.
c
ask in a Flutter forum. 😅 your issue is not related to Gradle. 😉
s
😭 okay