Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 733 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 733 Bytes

Droid Downloader

Build Status

This is a (very) work-in-progress Electron app which provides an easier user interface to download files and folders from an Android device. It uses the Android Debug Bridge (ADB) command line tool to interact with Android devices.

screenshot

Developing

To run this app, you will need:

  • ADB (brew cask install android-platform-tools)
  • Node (brew install node)

Then you will need to clone the repository and run Yarn to start it:

git clone https://github.com/bsdavidson/droid-downloader.git
cd droid-downloader
yarn
yarn start