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

猜你喜欢

转载自www.cnblogs.com/wobushimashen/p/10143525.html
今日推荐