Monkey for Mac环境配置步骤

  1. java环境配置, 直接去官网找对应jdk就可以了
  2. Android  AdtBundle环境配置

    1) 下载地址: http://www.jianshu.com/p/9823ac1fcb69

    2) 配置adb环境变量 

      •cd $home

      •touch .bash_profile

      •open –e .bash_profile

      •export PATH=${PATH}:(platform-tools)的目录路径

      •source .base_profile

      •adb devices

 

  1. 终端输入 adb shell monkey

相关文章:

  • 2021-06-19
  • 2021-07-10
  • 2022-12-23
  • 2021-06-17
  • 2022-12-23
  • 2021-05-08
  • 2021-10-05
  • 2021-10-02
猜你喜欢
  • 2021-07-29
  • 2021-05-22
  • 2021-09-04
  • 2022-12-23
  • 2021-09-06
  • 2022-01-21
  • 2022-02-08
相关资源
相似解决方案