电脑通过adb命令启动mrpoid
将mrp push到模拟器
adb push D:/mrp/手机CAPP_mrp版/mpcrun.mrp /mnt/sdcard/mythroad/mpcrun.mrp
kill掉mropid
adb shell am force-stop com.xl.mrpliset(包名)
直接指定activity启动
adb shell am start -n com.xl.mrpliset/com.mrpoid.app.EmulatorActivity -d /mnt/sdcard/capp_mrpoid.mrp
通过action启动
adb shell am start -a "android.intent.action.VIEW" -t "application/mrp" -d "/storage/emulated/0/mythroad/mpcrun.mrp"