This question already has answers here:
Closed 2 years ago.
I just installed Android Studio 1.0.2 and created a virtual device. When I run an app on the emulator, everything works fine except for the missing hardware buttons (home, menu, and back buttons). I tried to change the Android version of the AVD and the Skin but nothing seems to work.
Does anyone knows how to fix this problem please?
Other answers are kind of deprecated now, because the Android emulator interface changed a little bit.
If you need to display hardware buttons on your Android emulator you have to followe these steps:
Open Android emulator devices
Click "Edit this AVD"
Select the first "Change" button beside the "hardware profile of the AVD"
Click "Edit device..." button
Uncheck this toggle.
Restart your emulator and you should see the hardware buttons now.
Here is the solution worked for me:
- Open SDK Manager
- Go to Tools>Manage AVDs
- Edit your AVD and change the skin to "Skin with dynamic hardware controls"
I could not get it to show the hardware controls. Simply clicking CMD+M (show menu command) does the trick for me.
I'm having the same problem with Android Studio 1.0.2, here is a workaround:
- Navigate to your sdk folder e.g. (C:\Android\sdk) and open the AVD Manager from there (tools\lib\AVD Manager.exe)
Note: I had to copy AVD Manager.exe to (C:\Android\sdk) otherwise it will give you a "Failed to execute tools\android.bat error"
- Create your virtual device with hardware skin
- Close the AVD Manager
When you open the AVD Manager from Android Studio your newly created device will be listed.
You should change the device simulator you use for AVD. In device settings uncheck "Has hardware keyboard".