vr 調試 安卓設備

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
相關文章
相關標籤/搜索