ansicon
ansicon copied to clipboard
I am not able to setup calabash-android console in win 8
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
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).
I am also getting the same issue.., please give any solution
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.