I have been searching for button to show app listing in android emulator.In devices usually its button left to home button.In android emulator short keys list this button is listed as shift + f2
,butt pressing it opens the theam screen .Is there any way to get applist button?
Android N developer preview has multiwindow capability .But I think it is shown by pressing this applist button. Is there any way to do it?
In general, you can use keyboard keys if your emulator buttons are not working correctly :
Emulated Device ---> Key Keyboard Key
Home ---> HOME
Menu (left softkey) ---> F2 or Page-up button
Star (right softkey) ---> Shift-F2 or Page Down
Back ---> ESC
Please check Keyboard Commands
If you want to modify device hardware buttons than
go to
tools --> android --> android device monitor ---> windows ---> android virtual device manager ---> device defination(tab) ---> change setting in buttons
for more detail check this answer.