An Android file access tool that runs on macOS (USB + ADB). Browse your phone's directories and download files to your Mac.
- Open the project:
DroidFinder.xcodeproj - At the top of Xcode, select the scheme:
DroidFinder - Select the target platform:
My Mac - Run or build:
- Run:
Cmd + R - Build:
Cmd + B
- Run:
Run from the project root:
./scripts/build_dmg.shOutput paths:
.app:build/DerivedData/Build/Products/Release/DroidFinder.app.dmg:build/DroidFinder.dmg
- Menu
Product -> Archive - Select the archive in the Organizer
- Click
Distribute App - Choose an export method (for local distribution, you can select
Copy App)
- Install
adb(Android Platform Tools) on your Mac - Enable USB debugging on your Android device
- On first connection, tap to allow debugging authorization on your phone
