6

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?

Vadim Kotov
  • 8,084
  • 8
  • 48
  • 62
user467801
  • 145
  • 2
  • 4

2 Answers2

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.enter image description here

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

Community
  • 1
  • 1
Shamm
  • 1,004
  • 7
  • 9