Execution failed for task ':app:processDebugResour...
# community-support
s
Execution failed for task 'appprocessDebugResources'.
A failure occurred while executing com.android.build.gradle.internal.res.LinkApplicationAndroidResourcesTask$TaskAction
Android resource linking failed
ERROR: C\Users\MUZAFFER\AndroidStudioProjects\KahveProje\app\src\main\res\layout\activity main.xml45: AAPT: error: attribute blurOverlayColor (aka com.sefaalsan.kahveproje:blurOverlayColor) not found. * Try:
Run with --stacktrace option to get the stack trace.
Run with --scan to get full insights.
Get more help at https://help.gradle.org.
Deprecated Gradle features were used in this build, making it incompatible with Gradle 9.0. You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins. For more on this, please refer to https://docs.gradle.org/8.7/userguide/command_line_interface.html#sec:command_line_warnings in the Gradle documentation. BU�LD FAILED in 4s 46 actionable tasks: 46 executed Build operation 'Build finished for file system watching' started Completing Build operation 'Build finished for file system watching' Build operation 'Build finished for file system watching' completed Releasing file lock for cache directory md-supplier (C:\Users\MUZAFFER\.gradle\caches\8.7\md-supplier) Releasing lock on cache directory md-supplier (C:\Users\MUZAFFER\.gradle\caches\8.7\md-supplier). Releasing file lock for execution history cache (C:\Users\MUZAFFER\AndroidStudioProjects\KahveProje\.gradle\8.7\executionHistory) Closing cache executionHistory.bin (C:\Users\MUZAFFER\AndroidStudioProjects\KahveProje\.gradle\8.7\executionHistory\executionHistory.bin) Releasing lock on execution history cache (C:\Users\MUZAFFER\AndroidStudioProjects\KahveProje\.gradle\8.7\executionHistory). Releasing file lock for Build Output Cleanup Cache (C:\Users\MUZAFFER\AndroidStudioProjects\KahveProje\.gradle\buildOutputCleanup) Closing cache outputFiles.bin (C:\Users\MUZAFFER\AndroidStudioProjects\KahveProje\.gradle\buildOutputCleanup\outputFiles.bin) Releasing lock on Build Output Cleanup Cache (C:\Users\MUZAFFER\AndroidStudioProjects\KahveProje\.gradle\buildOutputCleanup). Releasing file lock for cache directory md-rule (C:\Users\MUZAFFER\.gradle\caches\8.7\md-rule) Releasing lock on cache directory md-rule (C:\Users\MUZAFFER\.gradle\caches\8.7\md-rule). Resolution result cache closed. Cache reads: 0, disk reads: 0 (avg: 0.0 secs, total: 0.0 secs) Resolution result cache closed. Cache reads: 9, disk reads: 4 (avg: 0.001 secs, total: 0.004 secs) Deleted 8 resolution results binary files in 0.005 secs Completing Build operation 'Run build' Build operation 'Run build' completed Daemon worker Thread 2: released lock on worker lease Stopping 0 deployment handles Stopped deployment handles Cache Compressed Files Expansion Cache (C:\Users\MUZAFFER\AndroidStudioProjects\KahveProje\.gradle\8.7\expanded) was closed 0 times. VCS Checkout Cache (C:\Users\MUZAFFER\AndroidStudioProjects\KahveProje\.gradle\vcs-1) has last been fully cleaned up 1 hours ago Cache VCS Checkout Cache (C:\Users\MUZAFFER\AndroidStudioProjects\KahveProje\.gradle\vcs-1) was closed 0 times. Releasing file lock for checksums cache (C:\Users\MUZAFFER\AndroidStudioProjects\KahveProje\.gradle\8.7\checksums) Releasing lock on checksums cache (C:\Users\MUZAFFER\AndroidStudioProjects\KahveProje\.gradle\8.7\checksums). Releasing file lock for file hash cache (C:\Users\MUZAFFER\AndroidStudioProjects\KahveProje\.gradle\8.7\fileHashes) Closing cache fileHashes.bin (C:\Users\MUZAFFER\AndroidStudioProjects\KahveProje\.gradle\8.7\fileHashes\fileHashes.bin) Releasing lock on file hash cache (C:\Users\MUZAFFER\AndroidStudioProjects\KahveProje\.gradle\8.7\fileHashes). Cache VCS metadata (C:\Users\MUZAFFER\AndroidStudioProjects\KahveProje\.gradle\8.7\vcsMetadata) was closed 0 times. dependencies-accessors (C:\Users\MUZAFFER\AndroidStudioProjects\KahveProje\.gradle\8.7\dependencies-accessors) has last been fully cleaned up 1 hours ago Cache dependencies-accessors (C:\Users\MUZAFFER\AndroidStudioProjects\KahveProje\.gradle\8.7\dependencies-accessors) was closed 0 times. The daemon has finished executing the build.
c
Copy code
C:\Users\MUZAFFER\AndroidStudioProjects\KahveProje\app\src\main\res\layout\activity_main.xml:45: AAPT: error: attribute blurOverlayColor (aka com.sefaalsan.kahveproje:blurOverlayColor) not found.
this is your error. Gradle can be quite noisy
that error has nothing to do with gradle, but I'd say that activity_main.xml is referencing some attribute that doesn't exist on your classpath
now that could be a gradle problem if you know that exists in the code somewhere
would mean your dependencies aren't set up right; possibly
s
Thank you so much