test815

adb install “C:\tk\app-release.apk"  安装
python monkeyTest.py -p com.zhuishu.reader  执行python
adb uninstall com.zhuishu.reader   卸载

如何获取包名:
1.使用USB连接你的手机到电脑上,输入下图所示的命令后按下回车键:adb devices,显示如下说明手机已经连接上了
2.使用手机打开某个应用程序
3.回到命令号窗口,输入代码如下:adb shell dumpsys window w |findstr \/ |findstr name=

分类:

技术点:

相关文章:

  • 2021-06-29
  • 2021-12-06
  • 2021-06-18
  • 2021-10-08
  • 2021-10-08
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-10-08
  • 2021-12-06
  • 2021-12-06
  • 2022-02-08
  • 2021-11-10
  • 2022-12-23
  • 2021-11-19
相关资源
相似解决方案