Android theme "Theme.AppCompat" cannot be resolved in eclipse -


enter image description here enter image description here enter image description here

in order use "theme.appcompat" in project created separate library project named "android-support-v7-appcompat" , included this.
however, theme cannot resolved, although followed steps described in adding libraries resources on android developers.
went wrong?
maybe project cannot resolved correctly, because if open dialog "properties" on project again , select tab "android" following (see last picture) ...

i had problems few times , me solution copy file android-support-v7-appcompat.jar or android-support-v4.jar libs folder of project , go java build path , click on add jar , here add files libs folder.

hope can you.


Comments