ansicon icon indicating copy to clipboard operation
ansicon copied to clipboard

I am not able to setup calabash-android console in win 8

Open E20027843 opened this issue 11 years ago • 3 comments

Hi,

When I am trying to setup calabash console for query command then I am getting below error.

I am getting undefined variable when we run "reinstall_apps" command.

request you please help me where I am doing wrorg. I am using calabsh version (0.4.21)

F:\calabash-testing>calabash-android build robobook.apk Done signing the test server. Moved it to test_servers/fecaa0d61271c8d5b86e84fad231bd08_0.4.21.apk

F:\calabash-testing>calabash-android console robobook.apk DL is deprecated, please use Fiddle *** WARNING: You must use ANSICON 1.31 or higher (https://github.com/adoxa/ansicon/) to get coloured output on Windows irb(main):001:0> reinstall_apps NameError: undefined local variable or method itaa' for main:Object from (irb):1 from C:/Ruby200-x64/bin/irb:12:in

' irb(main):002:0>

E20027843 avatar Jul 09 '14 18:07 E20027843

The warning says you are not using ANSICON, so I'm afraid you're asking in the wrong place (ANSICON only enables coloured output, nothing more - this is an issue with calabash itself, or something, not ANSICON).

adoxa avatar Jul 10 '14 02:07 adoxa

I am also getting the same issue.., please give any solution

vivekit29 avatar Feb 02 '17 17:02 vivekit29

Which issue? The warning about ANSICON means you're not using (or Ruby's not detecting) ANSICON, so coloured output is disabled. The NameError is a problem with the script itself, entirely unrelated to ANSICON.

adoxa avatar Feb 03 '17 00:02 adoxa