MenuBuilder IS NOT THERE (depending on what version of the SDK you are using) - that class was removed in the 0.9 release (existed up to 0.5). Just use "Menu" which now has builder type methods built into it - see the API documentation that I linked to, really, documentation can be your friend.
http://code.google.com/android/migrating/m5-0.9/changes.html On Dec 10, 5:58 am, "diya blore" <[EMAIL PROTECTED]> wrote: > Hi, > ya.. when i added to my app.. MenuBuilder as error like MenuBuilder cannot > be resolved to a type. i have done like this MenuBuilder builder = new > MenuBuilder(this);<http://wiki.droiddocs.net/Reference:Android.widget.MenuBuilder#MenuBu...> > > http://wiki.droiddocs.net/Reference:Android.widget.MenuBuilder#MenuBu... > kindly guide me. > > On Wed, Dec 10, 2008 at 5:51 AM, Charlie Collins > <[EMAIL PROTECTED]>wrote: > > > > > Yes. > > > It's not called "MenuBuilder" but the Menu class has methods to let > > you add MenuItems in a variety of ways. > > >http://code.google.com/android/reference/android/view/Menu.html > > > On Dec 10, 1:00 am, "diya blore" <[EMAIL PROTECTED]> wrote: > > > Hi All,Do we have MenuBuilder object in android api's? > > > -- > > > Thank's in adv. > > > Diya :) > > -- > Thank's in adv. > Diya :) --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

