-
Notifications
You must be signed in to change notification settings - Fork 617
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
App Did Not start error in One Plus 3 phone running on Android 8.0 (OREO) #891
Comments
Hi @gururaja-bhat, I got the same error. Checked it in the adb log Calabash server gives an runtime exception during start:
|
Hi @gururaja-bhat, @gunesmes |
hi @AndreyMitsyk It gives the same error. Log is in the below. But removing the instrument_backend and using calabash-android 0.9.5 with rubyzip 1.2.1 works well.
|
@AndreyMitsyk Hi, looks like the latest gem 0.9.6 has been released with incorrect TestServer.apk. |
can someone provides the exacts steps to fix it. |
Calabash logs
2018-09-03 02:48:10 - It looks like your app is no longer running.
'It could be because of a crash or because your test script shut it down.
RuntimeError: App did not start
from /Users/gururajabhats/.rvm/gems/ruby-2.4.0/gems/calabash-android-0.9.0/lib/calabash-android/operations.rb:737:in
block in start_test_server_in_background' from /Users/gururajabhats/.rvm/gems/ruby-2.4.0/gems/calabash-android-0.9.0/lib/calabash-android/retry.rb:10:in
block in retry'from /Users/gururajabhats/.rvm/gems/ruby-2.4.0/gems/calabash-android-0.9.0/lib/calabash-android/retry.rb:8:in
times' from /Users/gururajabhats/.rvm/gems/ruby-2.4.0/gems/calabash-android-0.9.0/lib/calabash-android/retry.rb:8:in
retry'from /Users/gururajabhats/.rvm/gems/ruby-2.4.0/gems/calabash-android-0.9.0/lib/calabash-android/operations.rb:736:in
start_test_server_in_background' from /Users/gururajabhats/.rvm/gems/ruby-2.4.0/gems/calabash-android-0.9.0/lib/calabash-android/operations.rb:152:in
start_test_server_in_background'from (irb):1
from /Users/gururajabhats/.rvm/rubies/ruby-2.4.0/bin/irb:11:in `
adb logs
09-03 02:57:34.068 17533 17533 E adbd : failed to connect to socket 'tcp:7102': Connection refused
09-03 02:57:34.177 17533 17533 I chatty : uid=2000(shell) /sbin/adbd identical 2 lines
09-03 02:57:34.181 17533 17533 E adbd : failed to connect to socket 'tcp:7102': Connection refused
09-03 02:57:34.199 3232 22230 I TachyonSyncUtils: removeSyncAccount. Success: true
09-03 02:57:34.291 17533 17533 E adbd : failed to connect to socket 'tcp:7102': Connection refused
09-03 02:57:34.750 17533 17533 I chatty : uid=2000(shell) /sbin/adbd identical 8 lines
09-03 02:57:34.756 17533 17533 E adbd : failed to connect to socket 'tcp:7102': Connection refused
I am using calabash-android version 0.9.0. I tried with the latest version too but it didnot work on OREO device. It worked well on Android device running on Marshmallow
The text was updated successfully, but these errors were encountered: