vr 调试 安卓设备
卸载/安装
$ adb shell
pacific:/ $ pm uninstall com.xxx.xxx
Success
pacific:/ $ exit
$ adb install /Users/xxx/Downloads/xxx.apk
Success
$ adb devices
List of devices attached
19301/00001146 device
$ adb install /Users/xxx/Downloads/helloworld.apk
Success
命令启动app
$ adb shell am start -n cn.com.xxx.xxx/com.mi.dlabs.vr.sdk.plugins.unity.MiVRUnityPlayerActivity
查看
$ adb shell pm list packages
$ adb uninstall com.xxx.xxx