
* 겪고 있는 문제 상황을 최대한 자세하게 작성해주세요.
* 문제 해결을 위해 어떤 시도를 해보았는지 구체적으로 함께 알려주세요.
2주차 당근마켓 부분 다시 해보려고 빈화면 부터 실행을 시도했는데 실행이안되어서 1주차때 만든 무비리뷰 프로그램으로 확인해보니 크롬으로 실행하면 화면이 정상적으로 출력되고 안드로이드 에뮬레이터를 사용할시 오류가 발생하는것 같습니다.
작성한 코드 및 에러 메세지
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':app:processDebugResources'.
> A failure occurred while executing com.android.build.gradle.internal.res.LinkApplicationAndroidResourcesTask$TaskAction
> Android resource linking failed
ERROR:C:\Users\jsw00\.gradle\caches\transforms-3\acbce933e4b464a5224ed377a62db1f5\transformed\core-1.6.0\res\values-v21\values-v21.xml:3:5-118: AAPT: error: resource color/androidx_core_secondary_text_default_material_light (aka com.example.carrot:color/androidx_core_secondary_text_default_material_light) not found.
ERROR:C:\Users\jsw00\.gradle\caches\transforms-3\acbce933e4b464a5224ed377a62db1f5\transformed\core-1.6.0\res\values-v21\values-v21.xml:14:5-18:13: AAPT: error: resource color/androidx_core_secondary_text_default_material_light (aka com.example.carrot:color/androidx_core_secondary_text_default_material_light) not found.
ERROR:C:\Users\jsw00\.gradle\caches\transforms-3\acbce933e4b464a5224ed377a62db1f5\transformed\core-1.6.0\res\values-v21\values-v21.xml:14:5-18:13: AAPT: error: resource dimen/notification_action_text_size (aka com.example.carrot:dimen/notification_action_text_size) not found.
* 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 5s
Exception: Gradle task assembleDebug failed with exit code 1
Exited (sigterm)
