Will adb push only copy the file into the target location whereas adb install copies the file into the target location and also sets the proper permission for you?
Tell me more
×
Android Enthusiasts Stack Exchange is a question and answer site for
enthusiasts and power users of the Android operating system. It's 100% free, no registration required.
|
|
||||
|
|
|
More specifically
will take [file] from the PC and copy it to [path] on the android device.
will copy [apkfile] from the pc into The main difference being that push will let you specify where you want the file to go on the device, and install puts it in a known location (the location "installed" apps exist in). |
||||
|
|
|
|
|||
|
|
