December 2013
Intermediate to advanced
350 pages
8h 1m
English
In your upcoming adventures with the Android platform, you may want to at some point copy things off your Android devices, whether they are emulators or not. Copying files is pretty simple. All you need is the following:
To access files on your Android device using the ADB, you need to do the following:
adb {options} pull [path to copy from] [local path to copy to]
adb {options} push [local path to copy from] [path to ...Read now
Unlock full access