If I try to use holo theme I get this error:
AndroidManifest.xml:33: error: Error: No resource found that matches the given name (at 'theme' with value '@android:style/Theme.Holo').
My manifest is this one:
What is missing and where do I get it?
What to do??
AndroidManifest.xml:33: error: Error: No resource found that matches the given name (at 'theme' with value '@android:style/Theme.Holo').
My manifest is this one:
AddManifestText(
<uses-sdk android:minSdkVersion="4" android:targetSdkVersion="19"/>
<supports-screens android:largeScreens="true"
android:normalScreens="true"
android:smallScreens="true"
android:anyDensity="true"/>)
SetApplicationAttribute(android:icon, "@drawable/icon")
SetApplicationAttribute(android:label, "$LABEL$")
'End of default text.
SetApplicationAttribute(android:theme, "@android:style/Theme.Holo")
AddManifestText(<uses-permission android:name="android.permission.GET_ACCOUNTS" />)
AddPermission (android.permission.CHANGE_NETWORK_STATE)
What is missing and where do I get it?
What to do??