Closed GoogleCodeExporter closed 9 years ago
The problem with Android 1.5 isn't only with the PreferenceActivity. There are
a few more problems. Set Project Build Target to Android 1.5 in Properties >
Android and you will see.
Original comment by matej...@gmail.com
on 29 Dec 2011 at 6:15
Setting the Project Build Target to 1.5 is not necessarily the best indicator.
Unavailable APIs can be present if it is ensured that those classes are never
loaded in older API devices (for example through wrapper classes).
Also, there can be entries in the Manifest file that are unsupported in Android
1.5 and lead to compile time errors, but compile in more recent API versions
and then are simply ignored when executed on Android 1.5 platforms.
Original comment by peli0...@googlemail.com
on 29 Dec 2011 at 6:24
I also found that because ic_menu_star.png wasn't in /drawable/, hitting Menu
causes it to crash.
Original comment by rmce...@gmail.com
on 29 Dec 2011 at 6:25
This issue was closed by revision r3946.
Original comment by rmce...@gmail.com
on 29 Dec 2011 at 6:59
Original issue reported on code.google.com by
rmce...@gmail.com
on 29 Dec 2011 at 5:08