0

I've updated my sdk to the latest version (android 4.4) and I started the emulator, but now I can't click on Menu, and my OptionsMenu doen't show.

@Override
public boolean onCreateOptionsMenu(Menu menu) {
            MenuInflater inflater = getMenuInflater();
            inflater.inflate(R.menu.dashboard_menu, menu);
    return true;
}
soamazing
  • 1,396
  • 7
  • 21
  • 30

1 Answers1

2

Refer at:

AVD hardware buttons not enabled

Moreover New Phones like Nexus4 menu option key does not appear (it should appear near back key on bottom of screen)

Refer

http://android-developers.blogspot.in/2012/01/say-goodbye-to-menu-button.html

Community
  • 1
  • 1