boolean result = onCreateOptionsMenu(menu)
will go recursive and bang goes your stack
My code for creating the options menu looks like:
@Override
public boolean onCreateOptionsMenu(Menu menu)
{
MenuInflater inflater = getMenuInflater();
inflater.inflate(R.menu.stopwatch_menu, menu);
return true;
}
/Richard
On Jul 9, 4:02 pm, egbokalaka <[email protected]> wrote:
> I have the identical menu stack overflow problem. I'm new to Android
> and Eclipse.
>
> MacOS 10.6.4
> Eclipse 3.5.2
> ADT 0.9.7.v201005071
> Targeting 1.5
>
> This occurs with the notepadv1 tutorial.
>
> On Jun 3, 8:44 am, "Mark H. Nichols" <[email protected]> wrote:
>
> > On Jun 1, 2010, at 3:23 PM, Kiril Nedialkov wrote:
>
> > > problem 2:
> > > I have two apps in the workspace. Every time when I launch Eclipse, both
> > > projects dont have any errors. However rebuilding all projects always
> > > results in build error in the second project:
>
> > > The project cannot be built until build path errors are resolved
>
> > Did you update the Android preferences in Eclipse to point to the 2.2 SDK
> > properly?
>
> > Mark
--
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