message :
- No resource found that matches the given name "Base.Widget.AppCompat.ActionButton"
in my case : When I imported android-support-v7-appcompat in the Android Sample Project
then it have error
solved :
in my case,
1. Check - project.properties file
1.1. change - target=android-21
2. check - AndroidManifest.xml file
2.1. change
- if "android:targetSdkVersion" is written, then change - android:targetSdkVersion="21"
3. finally,
- eclipse menu bar > Project > clean
오류 메시지 : No resource found that matches the given name "Base.Widget.AppCompat.ActionButton"
언제 : Android Sample Project 를 사용하면서 android-support-v7-appcompat를 import 했더니 에러 발생
해결 :
내 경우에,
1. 확인 - 프로젝트의 project.properties
1.1. 변경 - target=android-21
2. 확인 - AndroidManifest.xml file
2.1. 변경
- 만약 AndroidManifest.xml 에 "android:targetSdkVersion" 에 쓰였다면, android:targetSdkVersion="21" 로 변경
3. 마지막으로
- eclipse menu bar > Project > clean 적용
'안드로이드 > Error' 카테고리의 다른 글
[android][error]cannot find symbol variable HttpStatus (0) | 2015.11.17 |
---|---|
[android][error]No resource found that matches the given name (0) | 2015.02.04 |
[android][error] (0) | 2015.01.12 |
[android][error]Your project contains error(s), please fix them before running your application (0) | 2015.01.12 |
[android][error]problem occurred 'running android lint' has encountered a problem (0) | 2014.07.18 |