adb push



adb push

Upload a specified file from your computer to an emulator/device.

adb push <local> <remote>

adb push test.apk /sdcard

Copies <android-sdk-path>/platform-tools/test.apk to /sdcard directory.

adb push d:\test.apk /sdcard

Copies d:\test.apk to /sdcard directory.

 

Read more about ADB..

Tags: , ,
Leave a comment

Your email address will not be published. Required fields are marked *

Subscribe now

Receive weekly newsletter with educational materials, new courses, most popular posts, popular books and much more!