Hi i dont find the correct information at google
what the minimal api to theme
SetApplicationAttribute(android:theme, "@android:style/Theme.Holo.Light")
?
11 or 14?
and on my manifest its correct use
<uses-sdk
android:minSdkVersion="11" android:targetSdkVersion="11"/>
are you sure about this? I used to get an error if I tried to set theme as holo on older devices. Hence I did the version based theme tutorial. I also get an error on Wear watch if I set theme to holo.