jian-dan-ai-boke

ideviceinstaller -i .ipa包所在的路径

环境搭建:Mac上安装brew(brew里面有很多命令,可以安装自己想用的命令)

     安装命令如下:curl -LsSf http://github.com/mxcl/homebrew/tarball/master | sudo tar xvz -C/usr/local --strip 1

     通过brew安装ideviceinstaller

     brew install ideviceinstaller

     若出现Error: Cannot write to /usr/local/Cellar(说明没有权限)

     处理方案sudo chown -R $USER /usr/local

adb install .apk包所在的路径

环境搭建:adb工具所在的目录在sdk/tools底下

     需要把adb变量添加到系统变量上

     通过命令行adb验证一下

分类:

技术点:

相关文章:

  • 2021-11-13
  • 2021-11-07
  • 2021-11-07
  • 2022-01-14
  • 2021-11-23
  • 2021-12-20
  • 2021-08-13
猜你喜欢
  • 2022-01-17
  • 2021-09-19
  • 2021-12-20
  • 2021-12-20
  • 2021-10-27
  • 2021-08-29
相关资源
相似解决方案