R RichardN Well-Known Member Licensed User Longtime User Sep 7, 2012 #1 I have just started to modify some projects over to ICS and like others have been disappointed with the view colour schemes. Reading around the subject I tried themes but I am getting a compile time error: No resource found that matches the theme..... AddManifestText( <uses-sdk android:minSdkVersion="4" android:targetSdkVersion="14"/> <supports-screens android:largeScreens="true" android:normalScreens="true" android:smallScreens="true" android:anyDensity="true"/>) SetApplicationAttribute(android:icon, "@drawable/icon") SetApplicationAttribute(android:theme, "@android:style/Theme.Holo") SetApplicationAttribute(android:label, "$LABEL$") Click to expand... Is this manifest correct? Am I missing some resources ?
I have just started to modify some projects over to ICS and like others have been disappointed with the view colour schemes. Reading around the subject I tried themes but I am getting a compile time error: No resource found that matches the theme..... AddManifestText( <uses-sdk android:minSdkVersion="4" android:targetSdkVersion="14"/> <supports-screens android:largeScreens="true" android:normalScreens="true" android:smallScreens="true" android:anyDensity="true"/>) SetApplicationAttribute(android:icon, "@drawable/icon") SetApplicationAttribute(android:theme, "@android:style/Theme.Holo") SetApplicationAttribute(android:label, "$LABEL$") Click to expand... Is this manifest correct? Am I missing some resources ?
Erel B4X founder Staff member Licensed User Longtime User Sep 9, 2012 #2 You should target android.jar from platform level 14 or above (configured under Tools - Configure Paths). Upvote 0
You should target android.jar from platform level 14 or above (configured under Tools - Configure Paths).