steff_bdh
steff_bdh

Reputation: 1188

No matches found for the given name

The project was an import of an earlier working project, but after the import one of several errors was

Error retrieving parent for item: No resource found that matches the given name                'Theme.AppCompat.Light.DarkActionBar'.   styles.xml  

In following instructions from other posts

I've re-imported/re-downloaded the appcompat support library

Added it to the build path(added it's jar files to the libraries / added the project and its jar files to order and export) in different ways

All my SDK's are installed and up to date

And cleaned the project several times

Really not sure what else could be done any help would be appreciated thanks

Upvotes: 1

Views: 233

Answers (1)

Neha Shukla
Neha Shukla

Reputation: 3660

You need to do next:

  Project-> properties->Android. In the section library "Add" and choose "appCompat"

and

  Project-> properties->Java Build Path->check Android Dependencies.

Hope it will help.

Upvotes: 1

Related Questions