Skip to content

Instantly share code, notes, and snippets.

@dpgraham
Created October 19, 2018 20:57
Show Gist options
  • Save dpgraham/79d8d4dae5074ab5e8f92b5b941579b3 to your computer and use it in GitHub Desktop.
Save dpgraham/79d8d4dae5074ab5e8f92b5b941579b3 to your computer and use it in GitHub Desktop.
Daniel-Graham-SL0192:appium-espresso-driver danielgraham$ node .
info Espresso Android Espresso Driver listening on http://localhost:4884
info HTTP --> POST /wd/hub/session
info HTTP {"desiredCapabilities":{"app":"/Users/danielgraham/sandbox/VodQA.apk","automationName":"Espresso","deviceName":"Android Emulator","forceEspressoRebuild":true,"fullReset":true,"newCommandTimeout":700000,"platformName":"Android","connectHardwareKeyboard":true}}
dbug MJSONWP Calling EspressoDriver.createSession() with args: [{"app":"/Users/danielgraham/sandbox/VodQA.apk","automationName":"Espresso","deviceName":"Android Emulator","forceEspressoRebuild":true,"fullReset":true,"newCommandTimeout":700000,"platformName":"Android","connectHardwareKeyboard":true},null,null]
dbug BaseDriver Event 'newSessionRequested' logged at 1539982592736 (13:56:32 GMT-0700 (Pacific Daylight Time))
dbug BaseDriver Creating session with MJSONWP desired capabilities: {"app":"/Users/danielgraham...
WARN BaseDriver The following capabilities were provided, but are not recognized by appium: connectHardwareKeyboard.
info BaseDriver Session created with session id: d4921008-cac4-41fc-83f8-ff60d3572ace
info BaseDriver Using local app '/Users/danielgraham/sandbox/VodQA.apk'
dbug Espresso Checking whether app is actually present
info Espresso EspressoDriver version: 1.0.0
info AndroidDriver Java version is: 1.8.0_111
info ADB Checking whether adb is present
info ADB Found 9 'build-tools' folders under '/Users/danielgraham/Library/Android/sdk' (newest first):
info ADB /Users/danielgraham/Library/Android/sdk/build-tools/27.0.3
info ADB /Users/danielgraham/Library/Android/sdk/build-tools/27.0.1
info ADB /Users/danielgraham/Library/Android/sdk/build-tools/26.0.2
info ADB /Users/danielgraham/Library/Android/sdk/build-tools/26.0.1
info ADB /Users/danielgraham/Library/Android/sdk/build-tools/25.0.3
info ADB /Users/danielgraham/Library/Android/sdk/build-tools/25.0.0
info ADB /Users/danielgraham/Library/Android/sdk/build-tools/24.0.1
info ADB /Users/danielgraham/Library/Android/sdk/build-tools/23.0.1
info ADB /Users/danielgraham/Library/Android/sdk/build-tools/23.0.0
info ADB Using adb from /Users/danielgraham/Library/Android/sdk/platform-tools/adb
info AndroidDriver Retrieving device list
dbug ADB Trying to find a connected android device
dbug ADB Getting connected devices...
dbug ADB 1 device(s) connected
info AndroidDriver Using device: emulator-5554
dbug ADB Setting device id to emulator-5554
dbug AndroidDriver Parsing package and activity from app manifest
info ADB Using apkanalyzer from /Users/danielgraham/Library/Android/sdk/tools/bin/apkanalyzer
dbug ADB Starting '/Users/danielgraham/Library/Android/sdk/tools/bin/apkanalyzer' with args ["-h","manifest","print","/Users/danielgraham/sandbox/VodQA.apk"]
info ADB Package name: 'com.vodqareactnative'
info ADB Main activity name: 'com.vodqareactnative.MainActivity'
dbug AndroidDriver Parsed package and activity are: com.vodqareactnative/com.vodqareactnative.MainActivity
dbug AndroidDriver Pushing settings apk to device...
dbug ADB Getting install status for io.appium.settings
dbug ADB Running '/Users/danielgraham/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell dumpsys package io.appium.settings'
dbug ADB 'io.appium.settings' is installed
dbug ADB Getting package info for 'io.appium.settings'
dbug ADB Running '/Users/danielgraham/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell dumpsys package io.appium.settings'
info ADB Checking whether aapt is present
info ADB Using aapt from /Users/danielgraham/Library/Android/sdk/build-tools/27.0.3/aapt
dbug ADB The installed 'io.appium.settings' package does not require upgrade ('2.8.0' >= '2.8.0')
dbug ADB Running '/Users/danielgraham/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell ps'
dbug AndroidDriver io.appium.settings is already running. There is no need to reset its permissions.
dbug ADB Running '/Users/danielgraham/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell settings get global animator_duration_scale'
dbug ADB Running '/Users/danielgraham/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell settings get global transition_animation_scale'
dbug ADB Running '/Users/danielgraham/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell settings get global window_animation_scale'
info ADB Getting device platform version
dbug ADB Running '/Users/danielgraham/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell getprop ro.build.version.release'
dbug ADB Current device property 'ro.build.version.release': 8.0.0
dbug ADB Running '/Users/danielgraham/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell wm size'
dbug ADB Running '/Users/danielgraham/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell getprop ro.product.model'
dbug ADB Current device property 'ro.product.model': Android SDK built for x86
dbug ADB Running '/Users/danielgraham/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell getprop ro.product.manufacturer'
dbug ADB Current device property 'ro.product.manufacturer': Google
dbug ADB Running '/Users/danielgraham/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 wait-for-device'
dbug ADB Running '/Users/danielgraham/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell echo ping'
dbug AndroidDriver Pushing settings apk to device...
dbug ADB Getting install status for io.appium.settings
dbug ADB Running '/Users/danielgraham/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell dumpsys package io.appium.settings'
dbug ADB 'io.appium.settings' is installed
dbug ADB Getting package info for 'io.appium.settings'
dbug ADB Running '/Users/danielgraham/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell dumpsys package io.appium.settings'
dbug ADB The installed 'io.appium.settings' package does not require upgrade ('2.8.0' >= '2.8.0')
dbug ADB Running '/Users/danielgraham/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell ps'
dbug AndroidDriver io.appium.settings is already running. There is no need to reset its permissions.
dbug ADB Running '/Users/danielgraham/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell getprop ro.build.version.sdk'
dbug ADB Current device property 'ro.build.version.sdk': 26
dbug ADB Device API level: 26
dbug ADB Running '/Users/danielgraham/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell appops set io.appium.settings android\:mock_location allow'
WARN AndroidDriver setDeviceLanguageCountry requires language or country.
WARN AndroidDriver Got language: 'undefined' and country: 'undefined'
dbug Logcat Starting logcat capture
dbug Espresso Forwarding Espresso Server port 8080 to 8080
dbug ADB Forwarding system: 8080 to device: 8080
dbug ADB Running '/Users/danielgraham/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 forward tcp\:8080 tcp\:8080'
dbug ADB Running '/Users/danielgraham/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell dumpsys window'
info AndroidDriver Screen already unlocked, doing nothing
dbug ADB Uninstalling com.vodqareactnative
dbug ADB Getting install status for com.vodqareactnative
dbug ADB Running '/Users/danielgraham/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell dumpsys package com.vodqareactnative'
dbug ADB 'com.vodqareactnative' is not installed
info ADB com.vodqareactnative was not uninstalled, because it was not present on the device
dbug ADB Checking app cert for /Users/danielgraham/sandbox/VodQA.apk
info ADB Using apksigner from /Users/danielgraham/Library/Android/sdk/build-tools/27.0.3/apksigner
dbug ADB Starting '/Users/danielgraham/Library/Android/sdk/build-tools/27.0.3/apksigner' with args '["verify","--print-certs","/Users/danielgraham/sandbox/VodQA.apk"]'
dbug ADB apksigner stdout: Signer #1 certificate DN: [email protected], CN=Android, OU=Android, O=Android, L=Mountain View, ST=California, C=US
dbug ADB Signer #1 certificate SHA-256 digest: a40da80a59d170caa950cf15c18c454d47a39b26989d8b640ecd745ba71bf5dc
dbug ADB Signer #1 certificate SHA-1 digest: 61ed377e85d386a8dfee6b864bd85b0bfaa5af81
dbug ADB Signer #1 certificate MD5 digest: e89b158e4bcf988ebd09eb83f5378e87
dbug ADB
dbug ADB '/Users/danielgraham/sandbox/VodQA.apk' is already signed.
dbug ADB Getting install status for com.vodqareactnative
dbug ADB Running '/Users/danielgraham/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell dumpsys package com.vodqareactnative'
dbug ADB 'com.vodqareactnative' is not installed
dbug AndroidDriver Running full reset on 'com.vodqareactnative' (reinstall)
dbug ADB Running '/Users/danielgraham/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 install -r /Users/danielgraham/sandbox/VodQA.apk'
dbug ADB Install command stdout:
dbug Espresso Capability 'forceEspressoRebuild' on. Deleting file '/var/folders/j8/1dpn_z757gsf50s15tb7szvc0000gn/T/io.appium.espressoserver.test_1.0.0_com.vodqareactnative.apk'
info Espresso Repackaging espresso server for: 'com.vodqareactnative'
info Espresso Creating new manifest: '/var/folders/j8/1dpn_z757gsf50s15tb7szvc0000gn/T/AndroidManifest.xml'
dbug ADB Found the most recent Android platform: {"platform":"android-26","platformPath":"/Users/danielgraham/Library/Android/sdk/platforms/android-26"}
dbug ADB Compiling the manifest: /Users/danielgraham/Library/Android/sdk/build-tools/27.0.3/aapt package -M /var/folders/j8/1dpn_z757gsf50s15tb7szvc0000gn/T/AndroidManifest.xml --rename-manifest-package io.appium.espressoserver.test --rename-instrumentation-target-package com.vodqareactnative -I /Users/danielgraham/Library/Android/sdk/platforms/android-26/android.jar -F /var/folders/j8/1dpn_z757gsf50s15tb7szvc0000gn/T/AndroidManifest.xml.apk -f
dbug ADB Compiled the manifest at '/var/folders/j8/1dpn_z757gsf50s15tb7szvc0000gn/T/AndroidManifest.xml.apk'
dbug ADB Inserting manifest, src: /Users/danielgraham/appium-espresso-driver/espresso-server/app/build/outputs/apk/androidTest/debug/app-debug-androidTest.apk dst: /var/folders/j8/1dpn_z757gsf50s15tb7szvc0000gn/T/io.appium.espressoserver.test_1.0.0_com.vodqareactnative.apk
dbug ADB Unzipping /var/folders/j8/1dpn_z757gsf50s15tb7szvc0000gn/T/AndroidManifest.xml.apk
dbug ADB Testing zip archive: '/var/folders/j8/1dpn_z757gsf50s15tb7szvc0000gn/T/AndroidManifest.xml.apk'
dbug ADB Unzip successful
dbug ADB Testing new tmp apk
dbug ADB Testing zip archive: '/var/folders/j8/1dpn_z757gsf50s15tb7szvc0000gn/T/io.appium.espressoserver.test_1.0.0_com.vodqareactnative.apk'
dbug ADB Moving manifest
dbug ADB Inserted manifest.
info Espresso Repackaged espresso server ready: '/var/folders/j8/1dpn_z757gsf50s15tb7szvc0000gn/T/io.appium.espressoserver.test_1.0.0_com.vodqareactnative.apk'
dbug ADB Checking app cert for /var/folders/j8/1dpn_z757gsf50s15tb7szvc0000gn/T/io.appium.espressoserver.test_1.0.0_com.vodqareactnative.apk
dbug ADB Starting '/Users/danielgraham/Library/Android/sdk/build-tools/27.0.3/apksigner' with args '["verify","--print-certs","/var/folders/j8/1dpn_z757gsf50s15tb7szvc0000gn/T/io.appium.espressoserver.test_1.0.0_com.vodqareactnative.apk"]'
WARN ADB Got an error during apksigner execution: Command '/Users/danielgraham/Library/Android/sdk/build-tools/27.0.3/apksigner verify --print-certs /var/folders/j8/1dpn_z757gsf50s15tb7szvc0000gn/T/io.appium.espressoserver.test_1.0.0_com.vodqareactnative.apk' exited with code 1
WARN ADB apksigner stderr: DOES NOT VERIFY
WARN ADB ERROR: JAR signer CERT.RSA: JAR signature META-INF/CERT.SF indicates the APK is signed using APK Signature Scheme v2 but no such signature was found. Signature stripped?
WARN ADB
dbug ADB '/var/folders/j8/1dpn_z757gsf50s15tb7szvc0000gn/T/io.appium.espressoserver.test_1.0.0_com.vodqareactnative.apk' is not signed with debug cert
info ADB Checking whether zipalign is present
info ADB Using zipalign from /Users/danielgraham/Library/Android/sdk/build-tools/27.0.3/zipalign
dbug ADB /var/folders/j8/1dpn_z757gsf50s15tb7szvc0000gn/T/io.appium.espressoserver.test_1.0.0_com.vodqareactnative.apk' is already zip-aligned. Doing nothing
dbug ADB Signing '/var/folders/j8/1dpn_z757gsf50s15tb7szvc0000gn/T/io.appium.espressoserver.test_1.0.0_com.vodqareactnative.apk' with default cert
dbug ADB Starting '/Users/danielgraham/Library/Android/sdk/build-tools/27.0.3/apksigner' with args '["sign","--key","/Users/danielgraham/appium-espresso-driver/node_modules/appium-adb/keys/testkey.pk8","--cert","/Users/danielgraham/appium-espresso-driver/node_modules/appium-adb/keys/testkey.x509.pem","/var/folders/j8/1dpn_z757gsf50s15tb7szvc0000gn/T/io.appium.espressoserver.test_1.0.0_com.vodqareactnative.apk"]'
info Espresso New server was built, uninstalling any instances of it
dbug ADB Uninstalling io.appium.espressoserver.test
dbug ADB Getting install status for io.appium.espressoserver.test
dbug ADB Running '/Users/danielgraham/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell dumpsys package io.appium.espressoserver.test'
dbug ADB 'io.appium.espressoserver.test' is installed
dbug ADB Running '/Users/danielgraham/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell am force-stop io.appium.espressoserver.test'
dbug ADB Running '/Users/danielgraham/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 uninstall io.appium.espressoserver.test'
dbug ADB 'adb uninstall io.appium.espressoserver.test' command output: Success
info ADB io.appium.espressoserver.test was successfully uninstalled
dbug ADB Getting install status for io.appium.espressoserver.test
dbug ADB Running '/Users/danielgraham/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell dumpsys package io.appium.espressoserver.test'
dbug ADB 'io.appium.espressoserver.test' is not installed
dbug ADB App '/var/folders/j8/1dpn_z757gsf50s15tb7szvc0000gn/T/io.appium.espressoserver.test_1.0.0_com.vodqareactnative.apk' not installed. Installing
dbug ADB Running '/Users/danielgraham/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 install /var/folders/j8/1dpn_z757gsf50s15tb7szvc0000gn/T/io.appium.espressoserver.test_1.0.0_com.vodqareactnative.apk'
dbug ADB Install command stdout:
info Espresso Installed Espresso Test Server apk '/var/folders/j8/1dpn_z757gsf50s15tb7szvc0000gn/T/io.appium.espressoserver.test_1.0.0_com.vodqareactnative.apk' (pkg: 'io.appium.espressoserver.test')
info Espresso Starting Espresso Server v1.0.0 with cmd: adb shell am instrument -w -e debug false io.appium.espressoserver.test/android.support.test.runner.AndroidJUnitRunner
dbug ADB Creating ADB subprocess with args: ["-P",5037,"-s","emulator-5554","shell","am","instrument","-w","-e","debug","false","io.appium.espressoserver.test/android.support.test.runner.AndroidJUnitRunner"]
dbug Espresso [Instrumentation][STDOUT]
info Espresso Waiting for Espresso to be online...
dbug JSONWP Proxy Matched '/status' to command name 'getStatus'
dbug JSONWP Proxy Proxying [GET /status] to [GET http://localhost:8080/status] with no body
dbug JSONWP Proxy Got response with status 200: "{\"id\":\"0f4078e6-c642-4177-8df5-9a091b76475b\",\"sessionId\":null,\"status\":0,\"value\":null}"
dbug JSONWP Proxy Matched '/session' to command name 'createSession'
dbug JSONWP Proxy Proxying [POST /session] to [POST http://localhost:8080/session] with body: {"desiredCapabilities":{"platform":"LINUX","webStorageEnabled":false,"takesScreenshot":true,"javascriptEnabled":true,"databaseEnabled":false,"networkConnectionEnabled":true,"locationContextEnabled":false,"warnings":{},"desired":{"app":"/Users/danielgraham/sandbox/VodQA.apk","automationName":"Espresso","deviceName":"Android Emulator","forceEspressoRebuild":true,"fullReset":true,"newCommandTimeout":700000,"platformName":"Android","connectHardwareKeyboard":true},"app":"/Users/danielgraham/sandbox/VodQA.apk","automationName":"Espresso","deviceName":"emulator-5554","forceEspressoRebuild":true,"fullReset":true,"newCommandTimeout":700000,"platformName":"Android","connectHardwareKeyboard":true,"deviceUDID":"emulator-5554","platformVersion":"8.0.0","deviceScreenSize":"1080x1920","deviceModel":"Android SDK built for x86","deviceManufacturer":"Google","appPackage":"com.vodqareactnative","appActivity":"com.vodqareactnative.MainActivity"}}
dbug Espresso [Instrumentation][STDOUT] io.appium.espressoserver.EspressoServerRunnerTest:
dbug Espresso [Instrumentation][STDOUT] Error in startEspressoServer(io.appium.espressoserver.EspressoServerRunnerTest):
dbug Espresso [Instrumentation][STDOUT] java.net.BindException: bind failed: EADDRINUSE (Address already in use)
dbug Espresso [Instrumentation][STDOUT] at libcore.io.IoBridge.bind(IoBridge.java:104)
dbug Espresso [Instrumentation][STDOUT] at java.net.PlainSocketImpl.socketBind(PlainSocketImpl.java:149)
dbug Espresso [Instrumentation][STDOUT] at java.net.AbstractPlainSocketImpl.bind(AbstractPlainSocketImpl.java:393)
dbug Espresso [Instrumentation][STDOUT] at java.net.ServerSocket.bind(ServerSocket.java:376)
dbug Espresso [Instrumentation][STDOUT] at java.net.ServerSocket.bind(ServerSocket.java:330)
dbug Espresso [Instrumentation][STDOUT] at fi.iki.elonen.NanoHTTPD$ServerRunnable.run(NanoHTTPD.java:1761)
dbug Espresso [Instrumentation][STDOUT] at java.lang.Thread.run(Thread.java:764)
dbug Espresso [Instrumentation][STDOUT] Caused by: android.system.ErrnoException: bind failed: EADDRINUSE (Address already in use)
dbug Espresso [Instrumentation][STDOUT] at libcore.io.Linux.bind(Native Method)
dbug Espresso [Instrumentation][STDOUT] at libcore.io.ForwardingOs.bind(ForwardingOs.java:59)
dbug Espresso [Instrumentation][STDOUT] at libcore.io.IoBridge.bind(IoBridge.java:100)
dbug Espresso [Instrumentation][STDOUT] ... 6 more
WARN JSONWP Proxy Got an unexpected response: {"id":"45cce612-3102-4c0d-87b1-a889cb99c1d0","sessionId":null,"status":33,"value":"io.appium.espressoserver.lib.handlers.exceptions.SessionNotCreatedException: java.lang.RuntimeException: Could not launch activity\n\tat io.appium.espressoserver.lib.handlers.CreateSession.handle(CreateSession.java...
dbug MJSONWP Matched JSONWP error code 33 to SessionNotCreatedError
dbug Espresso Deleting espresso session
dbug ADB Running '/Users/danielgraham/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell am force-stop com.vodqareactnative'
dbug Espresso [Instrumentation][STDOUT] INSTRUMENTATION_RESULT: shortMsg=Process crashed.
dbug Espresso [Instrumentation][STDOUT] INSTRUMENTATION_CODE: 0
dbug Espresso FULL_RESET set to 'true', Uninstalling 'com.vodqareactnative'
dbug ADB Uninstalling com.vodqareactnative
dbug ADB Getting install status for com.vodqareactnative
dbug ADB Running '/Users/danielgraham/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell dumpsys package com.vodqareactnative'
info Espresso Instrumentation process exited with code 0 from signal null
dbug ADB 'com.vodqareactnative' is installed
dbug ADB Running '/Users/danielgraham/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell am force-stop com.vodqareactnative'
dbug ADB Running '/Users/danielgraham/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 uninstall com.vodqareactnative'
dbug ADB 'adb uninstall com.vodqareactnative' command output: Success
info ADB com.vodqareactnative was successfully uninstalled
dbug Logcat Stopping logcat capture
dbug ADB Removing forwarded port socket connection: 8080
dbug ADB Running '/Users/danielgraham/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 forward --remove tcp\:8080'
dbug MJSONWP Encountered internal error running command: SessionNotCreatedError: A new session could not be created. Details: io.appium.espressoserver.lib.handlers.exceptions.SessionNotCreatedException: java.lang.RuntimeException: Could not launchactivity
dbug MJSONWP at io.appium.espressoserver.lib.handlers.CreateSession.handle(CreateSession.java:38)
dbug MJSONWP at io.appium.espressoserver.lib.handlers.CreateSession.handle(CreateSession.java:27)
dbug MJSONWP at io.appium.espressoserver.lib.http.Router.route(Router.java:259)
dbug MJSONWP at io.appium.espressoserver.lib.http.Server.serve(Server.java:62)
dbug MJSONWP at fi.iki.elonen.NanoHTTPD.serve(NanoHTTPD.java:2244)
dbug MJSONWP at fi.iki.elonen.NanoHTTPD$HTTPSession.execute(NanoHTTPD.java:945)
dbug MJSONWP at fi.iki.elonen.NanoHTTPD$ClientHandler.run(NanoHTTPD.java:192)
dbug MJSONWP at java.lang.Thread.run(Thread.java:764)
dbug MJSONWP Caused by: java.lang.RuntimeException: Could not launch activity
dbug MJSONWP at android.support.test.runner.MonitoringInstrumentation.startActivitySync(MonitoringInstrumentation.java:430)
dbug MJSONWP at io.appium.espressoserver.lib.handlers.StartActivity.startActivity(StartActivity.java:57)
dbug MJSONWP at io.appium.espressoserver.lib.handlers.CreateSession.handle(CreateSession.java:35)
dbug MJSONWP ... 7 more
dbug MJSONWP Caused by: java.lang.RuntimeException: Unable to resolve activity for: Intent { act=android.intent.action.MAIN flg=0x10000000 cmp=io.appium.android.apis/com.vodqareactnative.MainActivity }
dbug MJSONWP at android.app.Instrumentation.startActivitySync(Instrumentation.java:439)
dbug MJSONWP at android.support.test.runner.MonitoringInstrumentation.access$101(MonitoringInstrumentation.java:96)
dbug MJSONWP at android.support.test.runner.MonitoringInstrumentation$4.call(MonitoringInstrumentation.java:410)
dbug MJSONWP at android.support.test.runner.MonitoringInstrumentation$4.call(MonitoringInstrumentation.java:407)
dbug MJSONWP at java.util.concurrent.FutureTask.run(FutureTask.java:266)
dbug MJSONWP at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1162)
dbug MJSONWP at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636)
dbug MJSONWP ... 1 more
dbug MJSONWP
dbug MJSONWP at errorFromMJSONWPStatusCode (/Users/danielgraham/appium-espresso-driver/node_modules/appium-base-driver/lib/protocol/errors.js:786:12)
dbug MJSONWP at ProxyRequestError.errorFromMJSONWPStatusCode [as getActualError] (/Users/danielgraham/appium-espresso-driver/node_modules/appium-base-driver/lib/protocol/errors.js:683:14)
dbug MJSONWP at getActualError (/Users/danielgraham/appium-espresso-driver/node_modules/appium-base-driver/lib/jsonwp-proxy/proxy.js:234:19)
dbug MJSONWP at Generator.throw (<anonymous>)
dbug MJSONWP at asyncGeneratorStep (/Users/danielgraham/appium-espresso-driver/node_modules/@babel/runtime/helpers/asyncToGenerator.js:3:24)
dbug MJSONWP at _throw (/Users/danielgraham/appium-espresso-driver/node_modules/@babel/runtime/helpers/asyncToGenerator.js:29:9)
info HTTP <-- POST /wd/hub/session 500 20411 ms - 1990
info HTTP
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment