I am implementing ActionBar to set the color for text using this style script in xml but getting error when I run my application time does anybody have idea what I have miss
I tried to change target sdk to 13 but does not works!! then when I changed compileSdkVersion 13 to compileSdkVersion 14 is compiled successfully :)
compileSdkVersion 13
compileSdkVersion 14
NOTE: I Work with Android Studio not Eclipse