- 전체
- android studio
- Android SDK
- Android NDK
- Android ADK
- Android Etc. Lib.
- Android dalvik VM
- Android 보안
- PhoneGap
- AOSP 개발
- MIT App Inventor 2
- kivy (python)
- ionic framework
- Kotlin (코틀린)
- React Native
android studio Android Studio Build시 failed linking references 해결방법
2020.05.05 18:40
Android Studio Build시 failed linking references 해결방법
Android Build 수행시 아래와 같은 에러가 나올때 해결방법
"failed linking references"
error: resource android:attr/fontVariationSettings not found.
Message{kind=ERROR, text=error: resource android:attr/fontVariationSettings not found., sources=[C:\Users\binso\.gradle\caches\transforms-1\files-1.1\appcompat-v7-28.0.0-alpha1.aar4dff644d806aa99009961ed95e1c03\res\values\values.xml:252:5-69], original message=, tool name=Optional.of(AAPT)}
error: resource android:attr/ttcIndex not found.
Message{kind=ERROR, text=error: resource android:attr/ttcIndex not found., sources=[C:\Users\binso\.gradle\caches\transforms-1\files-1.1\appcompat-v7-28.0.0-alpha1.aar4dff644d806aa99009961ed95e1c03\res\values\values.xml:252:5-69], original message=, tool name=Optional.of(AAPT)}
error: resource android:attr/dialogCornerRadius not found.
Message{kind=ERROR, text=error: resource android:attr/dialogCornerRadius not found., sources=[C:\Users\binso\.gradle\caches\transforms-1\files-1.1\appcompat-v7-28.0.0-alpha1.aar4dff644d806aa99009961ed95e1c03\res\values-v28\values-v28.xml:9:5-12:13], original message=, tool name=Optional.of(AAPT)}
그리고 이 에러의 끝에는 결국 다음과 같은 에러가 나온다.
error: failed linking references.
[해결방법]
1. Project Structure로 이동

2. Compile Sdk Version 항목을 확인

3. API 27+를 선택 및 확인 버튼을 누름
API 27+: Android API 27, P preview (Preview)

4. 바로 sync 및 Make가 수행되며, 결과로 completed successfully가 나오는것을 볼 수 있다.

당장은 Android P에 해당하는 부분으로 해결하였지만, 이것을 응용하면 추후 비슷한 오류 발생시 Compile Sdk Version의 누락으로 인해 발생할 수 있음을 확인하면 될 것 같다.
출처: https://blog.soobinpark.com/149 [happy 빈이 라이프스토리]
광고 클릭에서 발생하는 수익금은 모두 웹사이트 서버의 유지 및 관리, 그리고 기술 콘텐츠 향상을 위해 쓰여집니다.
댓글 0
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 수 |
|---|---|---|---|---|
| 8 |
Ionic Framework로 만화 사이트 어플 만들기 #3
| 졸리운_곰 | 2016.07.31 | 273 |
| 7 |
Ionic Framework로 만화 사이트 어플 만들기 #2
| 졸리운_곰 | 2016.07.31 | 570 |
| 6 |
Ionic Framework로 만화 사이트 어플 만들기 #1
| 졸리운_곰 | 2016.07.31 | 379 |
| 5 |
Ionic을 이용한 iOS, Android 하이브리드 앱 개발 사례
| 졸리운_곰 | 2016.07.31 | 550 |
| 4 |
Ionic Framework를 이용하여 하이브리드앱 개발하기
| 졸리운_곰 | 2016.07.31 | 284 |
| 3 |
Build a mobile app with Ionic + WordPress
| 졸리운_곰 | 2016.06.06 | 362 |
| 2 |
Create a Mobile Application Using WordPress, Ionic, and AngularJS
| 졸리운_곰 | 2016.06.06 | 10185 |
| 1 |
Ionic Framework를 이용하여 하이브리드앱 개발하기
| 졸리운_곰 | 2016.06.06 | 426 |

