1

I found this answer: "Start ICS emulator without Menu button" but the "hardware" properties list doesn't exist in the latest AVD manager GUI (v21.1).

How to create an ICS emulator without menu button in the latest version (21.1) of AVD manager ?

Community
  • 1
  • 1
sdabet
  • 18,360
  • 11
  • 89
  • 158

2 Answers2

3

In the new-version UI, you must go to the Device Definitions tab (inside the Android Virtual Device Manager window) to configure the virtual hardware. Once you've set up a device definition the way you like it, you can Create AVD... from that definition.

j__m
  • 9,392
  • 1
  • 32
  • 56
  • I've already created my own device definition but couldn't figure out how to remove the menu button. Any idea how to do that ? – sdabet Mar 25 '13 at 09:14
  • You can set "Buttons" to either "hardware" or "software". Software buttons does not include a menu button. You may still see it in your emulator skin (if enabled) but it is non-functional. – j__m Mar 25 '13 at 09:17
0

You need to create a new device under "device definitions", there you can set several settings. Then create an avd based on your custom device.

gpasci
  • 1,420
  • 11
  • 16