Just did installation and tried to run, but getting error bellow, does anyone has same issue?Thanks in advance
-------------------------------------------------------------------------------------------------
Victor@AC_PC55_BH-PC ~/workspace/STRADE_v5 (master)
$ calabash-android run bin\\STRADE_v5.apk -v
2013-03-15 16:22:10 - c:/Ruby193/bin/ruby.exe -S cucumber -v PACKAGE_NAME=com.example.strade_v5 MAIN_ACTIVITY=com.example.strade_v5.Fullscree
nActivity APP_PATH="C:/Users/Victor/workspace/STRADE_v5/bin/STRADE_v5.apk" TEST_APP_PATH="test_servers/7ec21b73470256e547835bde7d3235dc_0.4.2
.apk" TEST_SERVER_PORT=34777
Code:
* features/support/env.rb
* features/support/app_installation_hooks.rb
* features/support/app_life_cycle_hooks.rb
* features/support/hooks.rb
* features/step_definitions/calabash_steps.rb
Features:
* features/my_first.feature
Parsing feature files took 0m0.008s
Feature: Login feature
Scenario: As a valid user I can log into my app # features\my_first.feature:3
2013-03-15 16:22:11 - First scenario in feature - reinstalling apps
2013-03-15 16:22:11 - "C:\Mobile\adt-bundle-windows-x86_64-20130219\sdk\platform-tools\adb.exe" forward tcp:34777 tcp:7102
error: device not found
2013-03-15 16:22:11 -
2013-03-15 16:22:11 - Uninstalling: sh.calaba.android.test
- waiting for device -
Exiting... Interrupt again to exit immediately.
2013-03-15 16:25:03 -
2013-03-15 16:25:03 - Uninstalling: com.example.strade_v5
- waiting for device -
Victor@AC_PC55_BH-PC ~/workspace/STRADE_v5 (master)
$ calabash-android run bin\\STRADE_v5.apk -v
2013-03-15 16:25:08 - c:/Ruby193/bin/ruby.exe -S cucumber -v PACKAGE_NAME=com.example.strade_v5 MAIN_ACTIVITY=com.example.strade_v5.Fullscree
nActivity APP_PATH="C:/Users/Victor/workspace/STRADE_v5/bin/STRADE_v5.apk" TEST_APP_PATH="test_servers/7ec21b73470256e547835bde7d3235dc_0.4.2
.apk" TEST_SERVER_PORT=34777
Code:
* features/support/env.rb
* features/support/app_installation_hooks.rb
* features/support/app_life_cycle_hooks.rb
* features/support/hooks.rb
* features/step_definitions/calabash_steps.rb
Features:
* features/my_first.feature
Parsing feature files took 0m0.008s
Feature: Login feature
Scenario: As a valid user I can log into my app # features\my_first.feature:3
2013-03-15 16:25:09 - First scenario in feature - reinstalling apps
2013-03-15 16:25:09 - "C:\Mobile\adt-bundle-windows-x86_64-20130219\sdk\platform-tools\adb.exe" forward tcp:34777 tcp:7102
error: device not found
2013-03-15 16:25:09 -
2013-03-15 16:25:09 - Uninstalling: sh.calaba.android.test
- waiting for device -
Exiting... Interrupt again to exit immediately.
2013-03-15 16:34:52 -
2013-03-15 16:34:52 - Uninstalling: com.example.strade_v5
- waiting for device -
Victor@AC_PC55_BH-PC ~/workspace/STRADE_v5 (master)
$