No resource found when using style Theme.Sherlock
- by Vitaly Menchikovsky
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.