- standard android emulator remote covers loads of AndroidTV emulator
- it has build in
adb reverse tcp:8081 tcp:8081
- very useful for react native developers - it has diagonal arrow
- it has next and prev for testing players
- it connects to real device via adb, so keys not supported by device can be tested
- Mac OS v.
10.15 Catalina
- XCode 11,
- adb located in
~/Library/Android/sdk/platform-tools/adb
if your path to adb is different please change it inUtils.swift
class. - there can be only one instance of connected adb device
- Start emulator or connect your device via adb
- Open this project in XCode and run
- The remote is now ready to use.
- shoortcuts (cmd + M, arrows, enter, back)
- tooltips on mouse over
- long press support