- message :

appcompat_v7/res/values-v21/themes_base.xml ...

Error: No resource found that matches the given name


- resolve in my case: 

themes_base.xml is need to build the API Level 21


1. AndroidManifest.xml > targetSdkVersion > change - 21

2. Project click > Properties> Android > Project Build Taget - 21 Api Level 


message : Your project contains error(s), please fix them before running your application

resolve : 

- eclipse > menu bar

1. window > Show view > Problems > Click

2. You can check the message



+ Recent posts