I am trying to build a project but when create this error display.
[2015-04-12 11:38:25 - Em] /xxx/xxxxx/workspace/Em/res/values-v14/styles.xml:8: error: Error retrieving parent for item: No resource found that matches the given name 'Theme.AppCompat.Light.DarkActionBa
r'.
I do not have idea what Can be this issue but all source mark acces error to source "R." Like this.
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.activity_echile);-->Error "R."
if (savedInstanceState == null) {
getSupportFragmentManager().beginTransaction()
.add(R.id.container, new PlaceholderFragment()).commit();
}
}