user3393474
user3393474

Reputation: 11

Adding Android support libraries without resources to eclipse

I'm having a hard time adding Android support libraries without resources to eclipse. I've followed the steps one by one from official guide but i still have the little "red x"

this is the xml error that i have

error: Error retrieving parent for item: No resource found that matches the given name 'Widget.AppCompat.ActionButton'.

Upvotes: 0

Views: 165

Answers (1)

user3393474
user3393474

Reputation: 11

Ok, i didn't notice a little note they had at the bottom of the page

Note: If you are using the android-support-v7-mediarouter support library, you should note that it depends on the android-support-v7-appcompat library. In order for the v7 mediarouter library to compile, you must import both library projects into your development workspace. Then follow the procedure above to add the v7 appcompat project as a library to the v7 mediarouter library project.

Upvotes: 1

Related Questions