You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 5, 2023. It is now read-only.
I got this error message below: I, [2016-08-04T11:03:46.415481 #5032] INFO -- : Device 274b3f06: executing 'adb -s 274b3f06 forward tcp:7120 tcp:7120' I, [2016-08-04T11:03:46.473988 #5032] INFO -- : Device 274b3f06: terminating honeydew-server I, [2016-08-04T11:03:46.493991 #5032] INFO -- : Device 274b3f06: starting honeydew-server on the device I, [2016-08-04T11:03:46.493991 #5032] INFO -- : Device 274b3f06: executing 'adb -s 274b3f06 push D:/Ruby193/lib/ruby/gems/1.9.1/gems/honeydew-0.29.1/server/target/honeydew-server-0.29.1.jar /data/local/tmp' 2155 KB/s (1015655 bytes in 0.460s) I, [2016-08-04T11:03:47.019557 #5032] INFO -- : Device 274b3f06: waiting for honeydew-server to respond I, [2016-08-04T11:03:47.021058 #5032] INFO -- : Device 274b3f06: executing 'adb -s 274b3f06 shell uiautomator runtest honeydew-server-0.29.1.jar -c com.amplify.honeydew_server.TestRunner' I, [2016-08-04T11:03:52.686777 #5032] INFO -- : Device 274b3f06: terminating honeydew-server D:/Ruby193/lib/ruby/1.9.1/net/protocol.rb:141:inread_nonblock': An established connection was aborted by the software in your host machine. (Errno::ECONNABORTED)`
when I run ADB COMMAND in cmd shell, it appears like below: e:\>adb -s 274b3f06 shell uiautomator runtest honeydew-server-0.29.1.jar -c com.amplify.honeydew_server.TestRunner' INSTRUMENTATION_RESULT: shortMsg=java.lang.RuntimeException INSTRUMENTATION_RESULT: longMsg=Didn't find class "com.amplify.honeydew_server.TestRunner'" on path: DexPathList[[zip file "/system/framework/android.test.runner.jar", zip file "/system/framework/uiautomator.jar", zip file "/data/local/tmp/honeydew-s erver-0.29.1.jar"],nativeLibraryDirectories=[/vendor/lib, /system/lib]] INSTRUMENTATION_CODE: 0
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I got this error message below:
I, [2016-08-04T11:03:46.415481 #5032] INFO -- : Device 274b3f06: executing 'adb -s 274b3f06 forward tcp:7120 tcp:7120' I, [2016-08-04T11:03:46.473988 #5032] INFO -- : Device 274b3f06: terminating honeydew-server I, [2016-08-04T11:03:46.493991 #5032] INFO -- : Device 274b3f06: starting honeydew-server on the device I, [2016-08-04T11:03:46.493991 #5032] INFO -- : Device 274b3f06: executing 'adb -s 274b3f06 push D:/Ruby193/lib/ruby/gems/1.9.1/gems/honeydew-0.29.1/server/target/honeydew-server-0.29.1.jar /data/local/tmp' 2155 KB/s (1015655 bytes in 0.460s) I, [2016-08-04T11:03:47.019557 #5032] INFO -- : Device 274b3f06: waiting for honeydew-server to respond I, [2016-08-04T11:03:47.021058 #5032] INFO -- : Device 274b3f06: executing 'adb -s 274b3f06 shell uiautomator runtest honeydew-server-0.29.1.jar -c com.amplify.honeydew_server.TestRunner' I, [2016-08-04T11:03:52.686777 #5032] INFO -- : Device 274b3f06: terminating honeydew-server D:/Ruby193/lib/ruby/1.9.1/net/protocol.rb:141:in
read_nonblock': An established connection was aborted by the software in your host machine. (Errno::ECONNABORTED)`when I run ADB COMMAND in cmd shell, it appears like below:
e:\>adb -s 274b3f06 shell uiautomator runtest honeydew-server-0.29.1.jar -c com.amplify.honeydew_server.TestRunner' INSTRUMENTATION_RESULT: shortMsg=java.lang.RuntimeException INSTRUMENTATION_RESULT: longMsg=Didn't find class "com.amplify.honeydew_server.TestRunner'" on path: DexPathList[[zip file "/system/framework/android.test.runner.jar", zip file "/system/framework/uiautomator.jar", zip file "/data/local/tmp/honeydew-s erver-0.29.1.jar"],nativeLibraryDirectories=[/vendor/lib, /system/lib]] INSTRUMENTATION_CODE: 0
The text was updated successfully, but these errors were encountered: