I'm trying to see the overflow menu in the ActionBar on ICS and I don't have a device.

I'm using the emulator and want to know, how do I start the emulator without a Menu button? I want to emulate a device with no Menu hardware button.

I've looked on: http://developer.android.com/guide/developing/tools/emulator.html but I don't see how to do this.

Thanks for any help.

link|improve this question

17% accept rate
Are you updated your SDK to API11 or higher? This maybe help you. [how-to-use-android-tablet-emulator][1] [1]: stackoverflow.com/questions/4435889/… – zkmlinux Dec 12 '11 at 1:23
I'm updated using API14 (ICS) using tools version 15 – juliusspencer Dec 13 '11 at 19:25
feedback

1 Answer

up vote 7 down vote accepted

Ok, so just the next day Reto Meier posted on G+ that the new tools (version 16) have an option in the emulator that allows you to set in the Hardware section:

Hardware Back/Home keys

If you set this to no then you get the overflow menu in the ActionBar.

enter image description here

link|improve this answer
To add this option start the AVD manager. Select the avd and click the edit button. Under hardware select new. In the Property scroll down list select the option shown above, Hardware Back/Home keys. Press okay and then edit the value in the Hardware list as shown above. – Mike Scott Feb 15 at 2:16
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.