No resource found when using style Theme.Sherlock
Posted
by
Vitaly Menchikovsky
on Stack Overflow
See other posts from Stack Overflow
or by Vitaly Menchikovsky
Published on 2012-11-13T16:57:18Z
Indexed on
2012/11/13
17:00 UTC
Read the original article
Hit count: 237
android
|actionbarsherlock
I am trying to use Sherlock. The steps That I did bring up the library of abc to my project while my project min sdk 2.2 and max api 15. the problem that I cant set up the style to use it. the error
Error retrieving parent for item: No resource found that matches the given name '@style/ Theme.Sherlock'.
my code of xml:
<resources>
<style name="AppTheme" parent="@style/Theme.Sherlock" />
</resources>
the java that I use is 1.6. I am runing 4.0.3 avd. I know that you will give me a link for webs but didnt find any thing that can help. I am using eclipse and Sherlock 4.0.3.If you can give me the solution how to do it simple way with instructions.
thanks.
© Stack Overflow or respective owner