On Wed, Mar 16, 2011 at 8:28 PM, Nathan <[email protected]> wrote: > > > On Mar 16, 5:20 pm, Mark Murphy <[email protected]> wrote: >> Add android:targetSdkVersion="11" to the <uses-sdk> element in your manifest. >> > > It's in there already.
Then you perhaps are using some custom theme or something that is interfering. Or your <uses-sdk> element is in the wrong spot. Here is a sample application that sports a regular title bar/options menu on pre-HC environments and an action bar on HC devices: https://github.com/commonsguy/cw-android/tree/master/Menus/ActionBarBC -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy Android App Developer Books: http://commonsware.com/books -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

