Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 618 Bytes

File metadata and controls

23 lines (16 loc) · 618 Bytes

Android Mirroring

A native macOS companion for controlling a real Android device locally over ADB.

The first executable is a connection-shell MVP: it discovers ADB devices and makes the device/session states visible. It deliberately does not claim that screen mirroring, input injection, or Finder integration are complete yet.

Requirements

  • macOS 15+
  • Xcode 26 / Swift 6
  • Android Platform Tools (adb) on PATH for device discovery

Run

swift test
swift run AndroidMirroring

See the technical design and the implementation plan.