mumu hand simulator automated configuration Q

{
"platformName": "Android",
"platformVersion": "6.0.1",
"deviceName": "127.0.0.1:7555",
"appPackage": "com.tencent.mobileqq",
"appActivity": ".activity.SplashActivity",
"noReset": "true"
}

 


Adb access to information:
acquisition system version: adb shell getprop ro.build.version.release
view the package name: adb shell pm list packages | findstr qq
View startup entrance: adb shell dumpsys activity | findstr com.tencent.mobileqq | findstr LAUNCHER

Guess you like

Origin www.cnblogs.com/jiachangwei/p/12153489.html