levko2 / futonic-lockscreenswitchwidget

Automatically exported from code.google.com/p/futonic-lockscreenswitchwidget
MIT License
0 stars 0 forks source link

@android:style/Theme.holo not found #27

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What I did:
- checkout the hg repo
- android update project -p . -t android-8
- ant release

What I expected:
- installable apk

What I got:
- [null] NoKeyguard\res\values-v11\themes.xml:3: error: Error retrieving parent 
for item: No resource found that matches the given name 
'@android:style/Theme.Holo'.

Original issue reported on code.google.com by sigmundu...@gmail.com on 27 Apr 2011 at 10:04

GoogleCodeExporter commented 9 years ago
One way to fix this is to change "Theme.Holo" to just "Theme"

Original comment by sigmundu...@gmail.com on 27 Apr 2011 at 10:21

GoogleCodeExporter commented 9 years ago
You're building against an old version of the Android SDK. You need to build 
against API level 11+.

It will still run on all phones on 1.6 and above.

Original comment by futonred...@gmail.com on 24 May 2011 at 2:56