
안녕하세요ㅠㅠ제가 네비게이터를 만들려다가 충돌이 일어났나본지 삭제해도 자꾸 이런 오류가 뜨네요 뭐가문제일까요?
잘 안보여서 오류는,
Android resource linking failed
Output: error: resource android:style/TextAppearance.Material.Widget.Button.Borderless.Colored not found.
error: resource android:style/TextAppearance.Material.Widget.Button.Colored not found.
C:\Users\taeoh\AndroidStudioProjects\MyApplication15\app\build\intermediates\incremental\mergeDebugResources\merged.dir\values-v26\values-v26.xml:7: error: resource android:attr/colorError not found.
C:\Users\taeoh\AndroidStudioProjects\MyApplication15\app\build\intermediates\incremental\mergeDebugResources\merged.dir\values-v26\values-v26.xml:11: error: resource android:attr/colorError not found.
C:\Users\taeoh\AndroidStudioProjects\MyApplication15\app\build\intermediates\incremental\mergeDebugResources\merged.dir\values-v26\values-v26.xml:15: error: style attribute 'android:attr/keyboardNavigationCluster' not found.
C:\Users\taeoh\AndroidStudioProjects\MyApplication15\app\build\intermediates\incremental\mergeDebugResources\merged.dir\values-v28\values-v28.xml:7: error: resource android:attr/dialogCornerRadius not found.
C:\Users\taeoh\AndroidStudioProjects\MyApplication15\app\build\intermediates\incremental\mergeDebugResources\merged.dir\values-v28\values-v28.xml:11: error: resource android:attr/dialogCornerRadius not found.
C:\Users\taeoh\AndroidStudioProjects\MyApplication15\app\build\intermediates\incremental\mergeDebugResources\merged.dir\values\values.xml:949: error: resource android:attr/fontStyle not found.
C:\Users\taeoh\AndroidStudioProjects\MyApplication15\app\build\intermediates\incremental\mergeDebugResources\merged.dir\values\values.xml:950: error: resource android:attr/font not found.
C:\Users\taeoh\AndroidStudioProjects\MyApplication15\app\build\intermediates\incremental\mergeDebugResources\merged.dir\values\values.xml:951: error: resource android:attr/fontWeight not found.
C:\Users\taeoh\AndroidStudioProjects\MyApplication15\app\build\intermediates\incremental\mergeDebugResources\merged.dir\values\values.xml:952: error: resource android:attr/fontVariationSettings not found.
C:\Users\taeoh\AndroidStudioProjects\MyApplication15\app\build\intermediates\incremental\mergeDebugResources\merged.dir\values\values.xml:953: error: resource android:attr/ttcIndex not found.
C:\Users\taeoh\AndroidStudioProjects\MyApplication15\app\build\intermediates\incremental\mergeDebugResources\merged.dir\values\values.xml:977: error: resource android:attr/startX not found.
C:\Users\taeoh\AndroidStudioProjects\MyApplication15\app\build\intermediates\incremental\mergeDebugResources\merged.dir\values\values.xml:979: error: resource android:attr/startY not found.
C:\Users\taeoh\AndroidStudioProjects\MyApplication15\app\build\intermediates\incremental\mergeDebugResources\merged.dir\values\values.xml:981: error: resource android:attr/endX not found.
C:\Users\taeoh\AndroidStudioProjects\MyApplication15\app\build\intermediates\incremental\mergeDebugResources\merged.dir\values\values.xml:983: error: resource android:attr/endY not found.
C:\Users\taeoh\AndroidStudioProjects\MyApplication15\app\build\intermediates\incremental\mergeDebugResources\merged.dir\values\values.xml:990: error: resource android:attr/offset not found.
error: failed linking references.
Command: C:\Users\taeoh\.gradle\caches\transforms-1\files-1.1\aapt2-3.2.1-4818971-windows.jar\17e0fe16fb0a55a1f2fe3f21b551f39f\aapt2-3.2.1-4818971-windows\aapt2.exe link -I\
C:\Users\taeoh\AppData\Local\Android\Sdk\platforms\android-23\android.jar\
--manifest\
C:\Users\taeoh\AndroidStudioProjects\MyApplication15\app\build\intermediates\merged_manifests\debug\processDebugManifest\merged\AndroidManifest.xml\
-o\
C:\Users\taeoh\AndroidStudioProjects\MyApplication15\app\build\intermediates\processed_res\debug\processDebugResources\out\resources-debug.ap_\
-R\
@C:\Users\taeoh\AndroidStudioProjects\MyApplication15\app\build\intermediates\incremental\processDebugResources\resources-list-for-resources-debug.ap_.txt\
--auto-add-overlay\
--java\
C:\Users\taeoh\AndroidStudioProjects\MyApplication15\app\build\generated\not_namespaced_r_class_sources\debug\processDebugResources\r\
--custom-package\
com.example.taeoh.myapplication\
-0\
apk\
--output-text-symbols\
C:\Users\taeoh\AndroidStudioProjects\MyApplication15\app\build\intermediates\symbols\debug\R.txt\
--no-version-vectors
Daemon: AAPT2 aapt2-3.2.1-4818971-windows Daemon #0
이것입니다 ㅠㅠㅠ