安装apk到sd卡中的 adb 命令

安装到sd卡中

1
2
3
adb devices
adb shell pm set-install-location 2   //[0/auto] [1/internal] [2/external]
adb install test.apk