Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

D'pad Is disabled in emulator

Tags:

I am using android sdk 4.0.3 ,I have created an Emulator of it. Now I have a problem that the emulator is showing the Disabled DPAD Buttons .I have set up the Hardware keyboard present and display skin with buttons option in configuration.

So i just want to enable the Dpad Buttons on emulator

like image 213
GOLDEE Avatar asked Jan 28 '13 11:01

GOLDEE


People also ask

How do I enable keyboard on emulator?

To enable this setting go to Android Studio -> Tools -> Android -> AVD Manager. Click on the edit button for the desired emulator. Scroll to the very bottom of the advanced settings and check “Enable keyboard input”.

Why is my Android Emulator not working?

If the Android Emulator does not start properly, this problem is often caused by problems with HAXM. HAXM issues are often the result of conflicts with other virtualization technologies, incorrect settings, or an out-of-date HAXM driver. Try reinstalling the HAXM driver, using the steps detailed in Installing HAXM.


1 Answers

Every emulated device is based on a more or less real device, which you chose as '4.0" WVGA (480x800:hdpi)' this doesnt only concern the resolution of your emulated device bur also its hardware features. In the main screen of the avd-manager enter the tab that says device definitions. there you can edit your chosen device and you will find the dpad under input.

like image 145
knigge Avatar answered Oct 13 '22 18:10

knigge