简体   繁体   English

找不到适用于此应用和葫芦版本的组合的测试服务器。 重新创建测试服务器

[英]No test server found for this combination of app and calabash version. Recreatin g test server

I was trying to run calabash-android .. getting error like below.. 我正在尝试运行calabash-android ..出现如下错误。

No test server found for this combination of app and calabash version. Recreatin
g test server.
2013-06-11 18:08:22 - "/bin/keytool.exe" -v -list -alias samplekey -keystore "c:
/testproject/calabash/sample" -storepass sample
C:/Ruby193/lib/ruby/gems/1.9.1/gems/calabash-android-0.4.6/lib/calabash-android/
helpers.rb:140:in ``': No such file or directory - "/bin/keytool.exe" -v -list -
alias samplekey -keystore "c:/testproject/calabash/sample" -storepass sample (Er
rno::ENOENT)
        from C:/Ruby193/lib/ruby/gems/1.9.1/gems/calabash-android-0.4.6/lib/cala
bash-android/helpers.rb:140:in `fingerprint_from_keystore'
        from C:/Ruby193/lib/ruby/gems/1.9.1/gems/calabash-android-0.4.6/bin/cala
bash-android-build.rb:3:in `calabash_build'
        from C:/Ruby193/lib/ruby/gems/1.9.1/gems/calabash-android-0.4.6/lib/cala
bash-android/helpers.rb:49:in `build_test_server_if_needed'
        from C:/Ruby193/lib/ruby/gems/1.9.1/gems/calabash-android-0.4.6/bin/cala
bash-android-run.rb:16:in `calabash_run'
        from C:/Ruby193/lib/ruby/gems/1.9.1/gems/calabash-android-0.4.6/bin/cala
bash-android:76:in `<top (required)>'
        from C:/Ruby193/bin/calabash-android:23:in `load'
        from C:/Ruby193/bin/calabash-android:23:in `<main>'

Please some one help me how to run calabash-android sample application on windows.. I am new to this tool.Thanks for advance. 请有人帮助我如何在Windows上运行calabash-android示例应用程序。我是此工具的新手。谢谢。

You need JAVA_HOME environment variable to be set and added to the path. 您需要JAVA_HOME环境变量并将其添加到路径。 Calabash is looking for keytool to sign the test server apk. Calabash正在寻找用于对测试服务器apk进行签名的keytool。 Make sure you have also ANDROID_HOME set and added to your path. 确保您还设置了ANDROID_HOME并将其添加到路径中。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 Calabash-Android - 未找到测试服务器且无法签署测试服务器 - Calabash-Android - No test server found and Could not sign test server Calabash - start_test_server_in_background没有启动应用程序 - Calabash - start_test_server_in_background not launching app 我们如何使用Calabash测试应用程序升级? - How can we test app upgrades with Calabash? 运行Calabash测试后,AWS Device Farm“未找到要执行的套件” - AWS Device Farm “No suites found to execute” after running Calabash test 是否可以在不启动测试服务器的情况下启动应用程序? - Is it possible to start app without starting test server? “搜索 jacoco 版本时未找到已解决的依赖项。” 从 Git 克隆应用程序并尝试同步 Gradle 后 - "No resolved dependencies found when searching for the jacoco version." After cloning an app from Git and trying to Sync Gradle 测试服务器无响应 - Test no response from server Calabash:如何设置测试数据 - Calabash: How to set up test data Calabash测试系统对话框正在显示并与之交互 - Calabash test system dialog is showing & interact with it 如果应用程序是 Google Play 测试版本,您如何将 android(离子)应用程序指向测试服务器? - How do you point an android (ionic) app at a test server if app is Google Play test release?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM