coderVishal
coderVishal

Reputation: 9089

Error while importing android-support-v7-appcompat error: Error: No resource found

I have followed the eaxct method found at ./sdk/docs/tools/support-library/setup.html but when import v7-appcompat into workspace , it gives the error in the Android Manifest File

error: Error: No resource found that matches the given name (at 'theme' with value '@android:style/ Theme.AppCompat').

Upvotes: 2

Views: 5571

Answers (3)

Nagaraj pambhala
Nagaraj pambhala

Reputation: 1

Even i have come across for the same problem in my project, first update the SDK for available updates,once SDK is updated restart the eclipse, thats it ,working fine for me now

Upvotes: 0

coderVishal
coderVishal

Reputation: 9089

Ok found a way do it. .. I changed the v7-appcompat project's(in the workspace) target sdk version to latest version, then i right clicked the project closed it , and then opened it again , and the error was gone , strange but it worked.....

Upvotes: 8

Amin Bahiraee
Amin Bahiraee

Reputation: 536

you need adding support v7 project as library project to your project or using Gradle to handle it .

Upvotes: 0

Related Questions