adb push
copy local files/directories to Android device
adb push pc.apk /mnt/sdcard/Download/test.apk
only push files that are newer on the host than the Android device
adb push --sync pc.apk /mnt/sdcard/Download/test.apk
copy local files/directories to Android device
adb push pc.apk /mnt/sdcard/Download/test.apk
only push files that are newer on the host than the Android device
adb push --sync pc.apk /mnt/sdcard/Download/test.apk