Android File Transfer not working? Here's what actually happened
If the little green robot app suddenly says “Could not connect to device”, it is not your cable and it is not your phone. Google quietly walked away from Android File Transfer — and macOS kept moving without it.
The short version
Google discontinued Android File Transfer and removed its official download in 2024. The app had not received a meaningful update since roughly 2012, and each new release of macOS broke it a little more: devices not detected, transfers freezing mid-copy, the infamous empty white window. If it stopped working after a macOS update, that is expected — nobody is maintaining it anymore.
Why it was always fragile
Android File Transfer spoke MTP (Media Transfer Protocol) — a protocol designed for music players two decades ago. On macOS, MTP was never native, so the app had to emulate support, which is why it could only handle one operation at a time, disconnected at random, silently skipped files over 4 GB, and never verified that what arrived matched what left the phone. When it "worked", it worked slowly and blindly.
Every real alternative, compared honestly
| Option | Speed | The catch |
|---|---|---|
| OpenMTP | Slow (MTP) | Free and open source with a much better interface — but it speaks the same fragile MTP protocol underneath, with the same disconnects and no integrity check. |
| Google Drive / Photos | Upload-limited | A 20 GB batch of videos means hours of uploading and then downloading again. Depending on settings, photos may be recompressed. Ongoing storage costs. |
| Quick Share | — | Official desktop app is Windows-only. There is no Quick Share for Mac. |
| adb (terminal) | Full cable speed | The fastest path by far — this is developer tooling that talks to the phone directly, no MTP. But it lives in the terminal and has zero interface. |
The fast lane nobody wrapped in an app — until now
That last row is the interesting one: Android's own debug bridge moves files at the full speed of a USB 3 cable — up to ~380 MB/s, roughly a gigabyte every three seconds — with none of MTP's fragility. Professionals have quietly used it for years. What never existed was a real Mac app around it.
That is exactly what ZiggSend is: a menu-bar app that uses that same direct channel, shows you "12 new · 8.4 GB" when you plug in, pulls everything with one click, and verifies every file byte for byte — anything that arrives different from the original is discarded and flagged, never silently kept. No folders to dig through, no terminal, no cloud, no account.