개발하던중 아래와 같은 에러 메시지가 발생되 었다
에러내용 : error: failed linking file resources.
해결
- xml파일중에 없는 리소를 사용하고 있는지 확인하면 된다.
ex) string에 내용을 사용하고 있었는데 string에 있는 리소스를 삭제하여서 발생되었던 것.
'Study Lab > Android Error' 카테고리의 다른 글
java.lang.IndexOutOfBoundsException (0) | 2020.05.17 |
---|---|
error: failed parsing overlays. (0) | 2020.02.16 |
ERROR: Failed to resolve: com.android.support:appcompat-v7:28.3.1 (0) | 2019.12.29 |
failed to find build tools revision 28.0.0 (0) | 2019.12.29 |
java.lang.SecurityException: Permission denied (missing INTERNET permission?) 에러 (0) | 2019.12.23 |