I am having a similar issue:
android:targetSdkVersion="4"
android:targetSdkVersion="14" - Ugh
I have had the following line in my
Manifest
SetActivityAttribute(StopNagging2, android:theme, @android:style/Theme.Translucent.NoTitleBar)
Which I tried changing to
SetActivityAttribute(StopNagging2, android:theme, @android:style/Theme)
As was suggested but it makes no difference. Does anyone have a solution?
And can someone explain why it is important to to up the sdk version?
Thanks