'How to show the Android emulator without a keyboard
I'm using a virtual device whose target is 2.3.1. If I run any of my android applications, the keyboard will show the right side on the emulator (see the image below). But I want to show my emulator without a keyboard. How can I do this?

Solution 1:[1]
The two other answers work, but they are not strictly correct. The reason they work is that the resolution suggested use a skin with no keyboard.
If you want to test your application for other screen resolutions you must do the following:
- Add the hardware option "Keyboard support" and set it to "no".
- Either edit the skin selected, or add a startup option "-noskin" for your emulator.
Personally I prefer the "-noskin" flag, because with no keyboard, the skin does not give me anything extra.
Solution 2:[2]
In Edit Android Virtual Device => Skins frame you can change skin from "default" (WVGA800, for example) to "Resolution" and manually write resolution of targeted device (480 x 800, for example). Emulator will be shown without keyboard.

Solution 3:[3]
Today I needed to hide the keyboard when starting the emulator and this worked for me.
When emulator is started, in the android keyboard options you can disable the keyboard to hide it.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Robert |
| Solution 2 | Andrei Buneyeu |
| Solution 3 | borchvm |

