998876655443331
はファイルをターゲットの場所にコピーするだけで、 9988776665544332
はファイルをターゲットの場所とにコピーするのに適切な許可を設定します。君は?
998876655443331
はファイルをターゲットの場所にコピーするだけで、 9988776665544332
はファイルをターゲットの場所とにコピーするのに適切な許可を設定します。君は?
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?
より具体的には
<事前> <コード> adb push0はPCから[ファイル]を取り、Androidデバイスの[パス]にコピーします。
<事前> <コード> adb push1 PCから[APKFILE]をAndroidデバイスの 99887766544332
にコピーします。
主な違いであるという主な違いは、ファイルをデバイス上に移動する場所を指定し、インストールを既知の場所に置きます(場所 "インストールされている"アプリが存在する)。
More specifically
adb push [file] [path]
will take [file] from the PC and copy it to [path] on the android device.
adb install [apkfile]
will copy [apkfile] from the pc into /data/app/
on the android device.
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).
adb push3
は任意のファイルを電話にコピーしますが、<コード> 998877666544334 はAPKファイルのみを受け入れ、デバイスにインストールします。
adb push
will copy any file to the phone, whereas adb install
will only accept an apk file, and will install it onto the device.
© 2022 cndgn.com All Rights Reserved. Q&Aハウス 全著作権所有