message :
- No resource found that matches the given name "Widget.AppCompat.ActionButton"
- No resource found that matches the given name "Widget.AppCompat.Light.ActionButton"
- No resource found that matches the given name "Widget.AppCompat.ActionButton"
- No resource found that matches the given name "Widget.AppCompat.Light.ActionButton"
in my case : When I imported android-support-v7-mediarouter in the Android Sample Project
solved : (http://stackoverflow.com/a/18969475)
1. Right click android-support-v7-mediarouter project, select Properties
2. Select Android
3. In the Library section at the bottom, click Add....
4. Select android-support-v7-appcompat in the dialog.
5. Click Apply.
6. Click OK.
7. Do a clean build on the android-support-v7-mediarouter project
'안드로이드 > Error' 카테고리의 다른 글
[android][error]project refresh failed - cache.properties.lock (0) | 2015.11.19 |
---|---|
[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 |