【问题标题】:Jenkins Build Not Emulator詹金斯构建不是模拟器
【发布时间】:2018-05-18 09:34:12
【问题描述】:

我想在 Jenkins 中测试我的 Android 应用。我已经在 J​​enkins Android Plugin 中安装并进行了其他设置。但是我总是遇到以下问题。

我的设置

和错误:

你有什么想法吗?如何在 Jenkins 中创建和启动模拟器? 感谢您的回复。

【问题讨论】:

    标签: jenkins jenkins-plugins android-espresso android-testing


    【解决方案1】:

    这可能是您的确切问题: Android Emulator plugin not workin in Jenkins

    您还可以作为 jenkins 用户(可能是 jenkins)从 jenkins 主机的命令行运行完整的 avdmanager.bat 命令。 尝试为详细输出添加 -v 标志https://developer.android.com/studio/command-line/avdmanager

    要查看它是否创建了模拟器,您应该能够在 Windows 等效运行:

    emulator -list-avds

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 2020-07-04
      • 2016-07-16
      • 2014-07-18
      • 2012-10-13
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多