push and install APk

push and install  APk

adb remount

adb push C:\Users\Desktop\PackageInstaller.apk  /system/priv-app/PackageInstaller/

adb reboot


adb install -r 强制安装APP

adb remount

adb install -r C:\Users\Desktop\PackageInstaller.apk  

装到 外置sd 卡

adb remount

adb install -s C:\Users\Desktop\PackageInstaller.apk

你可能感兴趣的:(push and install APk)