240 发简信
IP属地:湖北
  • Android发生ANR的情况

    在以下情况发生时,会发生ANR(可能在不同ROM 中时间有所更改):1、用户的输入在5s内没被App响应;2、BroadcastReceiver...

  • Android monkey测试小结

    本文转自 Android自动化测试--monkey详细到炸的总结一、Monkey简介:Monkey是Android中的一个命令行工具,可以运行在...

  • 常用adb命令

    adb devices 查看当前连接的设备(如果连接了多个设备,指定某个设备时用参数 -s) adb logcat , 打印 Android 的...

  • Resize,w 360,h 240
    UiAutomator quit before it successfully launched

    启动模拟器跑自动化用例时遇到了模拟器起来后又崩掉的情况,日志报错如图所示。 有一种可能是模拟器的存储空间太小导致安装包安不上,此时去模拟器里面删...

  • push代码时遇到HTTP Basic: Access denied fatal: Authentication failed for 'https://git....'

    push代码时遇到如图所示的错误, 原因账号的密码已经修改了,所以需要去git上用最新的密码重新登录一下账号,然后再次 push 代码,此时会让...

  • 已安装Xcode,但是appium-doctor提示Xcode is NOT installed!

    输入命令appium-doctor检测appium环境配置,报错:AppiumDoctor ✖ Xcode is NOT installed! ...

  • 使用adb命令滑动页面

    adb shell input swipe 500 1900 500 1000

  • git 重命名远程分支

    1.重命名本地分支 git branch命令用来管理分支,参数-m或者--move,用来移动或者重命名分支以及相应的提交log。例如: git ...

  • Resize,w 360,h 240