adb install [-lrtsdg] <file>
- push this package file to the device and install it
adb install 一共有lrtsdg六个选项
- -l 锁定该应用程序
- -r 替换已存在的应用程序,也就是说强制安装
- -t 允许测试包
- -s 把应用程序安装到sd卡上
- -d 允许进行将见状,也就是安装的比手机上带的版本低
- -g 为应用程序授予所有运行时的权限
adb install [-lrtsdg] <file>
- push this package file to the device and install it
adb install 一共有lrtsdg六个选项