In android studio when launching my app in the emulator, are there any way in order to show the gamepad or tv remote control in this emulator, in order to test properly my game?
Asked
Active
Viewed 4,273 times
2 Answers
9
After the emulator load - just click on the 3 dots button at the bottom in the side panel.
Choose "Directional Pad" - and the remote is there.

Ricky Levi
- 7,298
- 1
- 57
- 65
0
Try sending key events from command line
adb shell input keyevent
usage: input [text|keyevent]
input text <string>
input keyevent <event_code>
Here you can find more details ADB Shell Input Events