Got ADB Much?
Monday, February 6th, 2012Working much with ADB? I have been spending WAY TOO much time with it. It is the Android Debugging Bridge.
Some of the most useful features I have come across to get files moving around are these:
adb pull <remote file> <local file>
- and –
adb push <local file> <remote file>
Invaluable. Like FTP, but very fast and convenient. Hope that helps someone!