info: Waiting for activity to be focused
info: Getting focused package and activity
debug: executing: "/Applications/AndroidStudio.app/sdk/platform-tools/adb" -s (device-id) shell "dumpsys window windows"
This goes on until the error returned in the logs is .MainActivity never started.
Starting appium server with appium --full-reset helped once. I am back to the same issue again.
Any thoughts?
--
http://appium.io
---
You received this message because you are subscribed to the Google Groups "Appium-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to appium-discus...@googlegroups.com.
Visit this group at http://groups.google.com/group/appium-discuss.
For more options, visit https://groups.google.com/d/optout.
Hi Jonathan,
Here is the full logcat from start to finish.
It is for Nexus 5, android 4.4
The tests run fine on Galaxy S4, LG G2, MotoX
dianamenezes$ appium --full-reset
info: Welcome to Appium v0.17.6 (REV 7b32947e166a4338047f31ac14457c2b0eb432aa)
info: Appium REST http interface listener started on 0.0.0.0:4723
info - socket.io started
info: Non-default server args: {"fullReset":true,"merciful":true}
debug: Appium request initiated at /wd/hub/session
debug: Request received with params: {"sessionId":null,"desiredCapabilities":{"device":"Android","app-activity":".MainActivity","app":"/Users/dianamenezes/work/socialcast/socialcast-ios/socialcast-uitest/build/Socialcast.apk","version":"4.3","app-package":"com.vmware.socialcast"}}
warn: [DEPRECATED] The device capability has been deprecated and will be removed. Please use the platformName capability instead.
warn: [DEPRECATED] The version capability has been deprecated and will be removed. Please use the platformVersion capability instead.
info: Using local app from desired caps: /Users/dianamenezes/work/socialcast/socialcast-ios/socialcast-uitest/build/Socialcast.apk
info: Creating new appium session 08fe3c0e-9676-4f7d-ab50-d58c1f9953ba
info: Starting android appium
debug: Using fast reset? false
info: Preparing device for session
info: Checking whether app is actually present
info: Checking whether adb is present
info: [ADB] Using adb from /Applications/AndroidStudio.app/sdk/platform-tools/adb
info: Trying to find a connected android device
info: [ADB] Getting connected devices...
debug: executing: "/Applications/AndroidStudio.app/sdk/platform-tools/adb" devices
info: [ADB] 1 device(s) connected
info: Setting device id to 03098228094dd8af
info: [ADB] Waiting for device to be ready and to respond to shell commands (timeout = 5)
debug: executing: "/Applications/AndroidStudio.app/sdk/platform-tools/adb" -s 03098228094dd8af wait-for-device
debug: executing: "/Applications/AndroidStudio.app/sdk/platform-tools/adb" -s 03098228094dd8af shell "echo 'ready'"
info: Starting logcat capture
info: Getting device API level
debug: executing: "/Applications/AndroidStudio.app/sdk/platform-tools/adb" -s 03098228094dd8af shell "getprop ro.build.version.sdk"
info: Device is at API Level 19
debug: java -jar "/usr/local/lib/node_modules/appium/lib/devices/android/helpers/strings_from_apk.jar" "/Users/dianamenezes/work/socialcast/socialcast-ios/socialcast-uitest/build/Socialcast.apk" "/tmp/com.vmware.socialcast"
debug: executing: "/Applications/AndroidStudio.app/sdk/platform-tools/adb" -s 03098228094dd8af push "/tmp/com.vmware.socialcast/strings.json" /data/local/tmp
info: Checking whether aapt is present
info: [ADB] Using aapt from /Applications/AndroidStudio.app/sdk/build-tools/19.0.1/aapt
debug: processFromManifest: "/Applications/AndroidStudio.app/sdk/build-tools/19.0.1/aapt" dump xmltree /Users/dianamenezes/work/socialcast/socialcast-ios/socialcast-uitest/build/Socialcast.apk AndroidManifest.xml
debug: Set app process to: ware.socialcast
info: Uninstalling com.vmware.socialcast
debug: executing: "/Applications/AndroidStudio.app/sdk/platform-tools/adb" -s 03098228094dd8af uninstall com.vmware.socialcast
debug: App was uninstalled
info: MD5 for app is 4a16ab0a33c4a40cd1d08d2d1410f44a
debug: executing: "/Applications/AndroidStudio.app/sdk/platform-tools/adb" -s 03098228094dd8af shell "ls /data/local/tmp/4a16ab0a33c4a40cd1d08d2d1410f44a.apk"
debug: Getting install status for com.vmware.socialcast
debug: executing: "/Applications/AndroidStudio.app/sdk/platform-tools/adb" -s 03098228094dd8af shell "pm list packages -3 com.vmware.socialcast"
info: [ADB] App is not installed
debug: Checking app cert for /Users/dianamenezes/work/socialcast/socialcast-ios/socialcast-uitest/build/Socialcast.apk: java -jar "/usr/local/lib/node_modules/appium/lib/devices/android/helpers/verify.jar" "/Users/dianamenezes/work/socialcast/socialcast-ios/socialcast-uitest/build/Socialcast.apk"
debug: App already signed.
info: Zip-aligning /Users/dianamenezes/work/socialcast/socialcast-ios/socialcast-uitest/build/Socialcast.apk
info: Checking whether zipalign is present
info: [ADB] Using zipalign from /Applications/AndroidStudio.app/sdk/tools/zipalign
debug: zipAlignApk: "/Applications/AndroidStudio.app/sdk/tools/zipalign" -f 4 "/Users/dianamenezes/work/socialcast/socialcast-ios/socialcast-uitest/build/Socialcast.apk" "/var/folders/56/vwfw6qk138jbfy6sj9f0jrmr0000gn/T/appium114228-16139-1ogmewr.tmp"
debug: executing: "/Applications/AndroidStudio.app/sdk/platform-tools/adb" -s 03098228094dd8af shell "mkdir -p /data/local/tmp/"
info: Removing any old apks
debug: executing: "/Applications/AndroidStudio.app/sdk/platform-tools/adb" -s 03098228094dd8af shell "ls /data/local/tmp/*.apk"
info: Found an apk we want to keep at /data/local/tmp/4a16ab0a33c4a40cd1d08d2d1410f44a.apk
info: Couldn't find any apks to remove
debug: executing: "/Applications/AndroidStudio.app/sdk/platform-tools/adb" -s 03098228094dd8af shell "pm install -r /data/local/tmp/4a16ab0a33c4a40cd1d08d2d1410f44a.apk"
info: [ADB] Forwarding system:4724 to device:4724
debug: executing: "/Applications/AndroidStudio.app/sdk/platform-tools/adb" -s 03098228094dd8af forward tcp:4724 tcp:4724
debug: Pushing appium bootstrap to device...
debug: executing: "/Applications/AndroidStudio.app/sdk/platform-tools/adb" -s 03098228094dd8af push "/usr/local/lib/node_modules/appium/build/android_bootstrap/AppiumBootstrap.jar" /data/local/tmp/
debug: Pushing unlock helper app to device...
debug: executing: "/Applications/AndroidStudio.app/sdk/platform-tools/adb" -s 03098228094dd8af install "/usr/local/lib/node_modules/appium/build/unlock_apk/unlock_apk-debug.apk"
info: Attempting to kill all 'uiautomator' processes
info: Getting all processes with 'uiautomator'
debug: executing: "/Applications/AndroidStudio.app/sdk/platform-tools/adb" -s 03098228094dd8af shell "ps 'uiautomator'"
info: No matching processes found
info: Running bootstrap
debug: spawning: /Applications/AndroidStudio.app/sdk/platform-tools/adb -s 03098228094dd8af shell uiautomator runtest AppiumBootstrap.jar -c io.appium.android.bootstrap.Bootstrap
info: [UIAUTOMATOR STDOUT] INSTRUMENTATION_STATUS: numtests=1
info: [UIAUTOMATOR STDOUT] INSTRUMENTATION_STATUS: stream=
info: [UIAUTOMATOR STDOUT] io.appium.android.bootstrap.Bootstrap:
info: [UIAUTOMATOR STDOUT] INSTRUMENTATION_STATUS: id=UiAutomatorTestRunner
info: [UIAUTOMATOR STDOUT] INSTRUMENTATION_STATUS: test=testRunServer
info: [UIAUTOMATOR STDOUT] INSTRUMENTATION_STATUS: class=io.appium.android.bootstrap.Bootstrap
info: [UIAUTOMATOR STDOUT] INSTRUMENTATION_STATUS: current=1
info: [UIAUTOMATOR STDOUT] INSTRUMENTATION_STATUS_CODE: 1
info: [BOOTSTRAP] [info] Socket opened on port 4724
info: [BOOTSTRAP] [info] Appium Socket Server Ready
info: [BOOTSTRAP] [info] Loading json...
debug: Waking up device if it's not alive
info: Pushing command to appium work queue: ["wake",{}]
info: [BOOTSTRAP] [info] json loading complete.
info: [BOOTSTRAP] [info] Registered crash watchers.
info: [BOOTSTRAP] [info] Client connected
info: [BOOTSTRAP] [info] Got data from client: {"cmd":"action","action":"wake","params":{}}
info: [BOOTSTRAP] [info] Got command of type ACTION
info: [BOOTSTRAP] [debug] Got command action: wake
info: [BOOTSTRAP] [info] Returning result: {"value":true,"status":0}
debug: executing: "/Applications/AndroidStudio.app/sdk/platform-tools/adb" -s 03098228094dd8af shell "dumpsys window"
info: Writing dumpsys output to /usr/local/lib/node_modules/appium/.dumpsys.log
debug: Screen already unlocked, continuing.
info: Pushing command to appium work queue: ["getDataDir",{}]
info: [BOOTSTRAP] [info] Got data from client: {"cmd":"action","action":"getDataDir","params":{}}
info: [BOOTSTRAP] [info] Got command of type ACTION
info: [BOOTSTRAP] [debug] Got command action: getDataDir
info: [BOOTSTRAP] [info] Returning result: {"value":"\/data\/local\/tmp","status":0}
debug: dataDir set to: /data/local/tmp
debug: executing: "/Applications/AndroidStudio.app/sdk/platform-tools/adb" -s 03098228094dd8af shell "am start -S -a android.intent.action.MAIN -c android.intent.category.LAUNCHER -f 0x10200000 -n com.vmware.socialcast/.MainActivity"
info: Waiting for activity to be focused
info: Getting focused package and activity
debug: executing: "/Applications/AndroidStudio.app/sdk/platform-tools/adb" -s 03098228094dd8af shell "dumpsys window windows"
info: Getting focused package and activity
debug: executing: "/Applications/AndroidStudio.app/sdk/platform-tools/adb" -s 03098228094dd8af shell "dumpsys window windows"
info: Getting focused package and activity
debug: executing: "/Applications/AndroidStudio.app/sdk/platform-tools/adb" -s 03098228094dd8af shell "dumpsys window windows"
info: Getting focused package and activity
debug: executing: "/Applications/AndroidStudio.app/sdk/platform-tools/adb" -s 03098228094dd8af shell "dumpsys window windows"
info: Getting focused package and activity
debug: executing: "/Applications/AndroidStudio.app/sdk/platform-tools/adb" -s 03098228094dd8af shell "dumpsys window windows"
info: Getting focused package and activity
debug: executing: "/Applications/AndroidStudio.app/sdk/platform-tools/adb" -s 03098228094dd8af shell "dumpsys window windows"
info: Getting focused package and activity
debug: executing: "/Applications/AndroidStudio.app/sdk/platform-tools/adb" -s 03098228094dd8af shell "dumpsys window windows"
info: Getting focused package and activity
debug: executing: "/Applications/AndroidStudio.app/sdk/platform-tools/adb" -s 03098228094dd8af shell "dumpsys window windows"
info: Getting focused package and activity
debug: executing: "/Applications/AndroidStudio.app/sdk/platform-tools/adb" -s 03098228094dd8af shell "dumpsys window windows"
info: Getting focused package and activity
debug: executing: "/Applications/AndroidStudio.app/sdk/platform-tools/adb" -s 03098228094dd8af shell "dumpsys window windows"
info: Getting focused package and activity
debug: executing: "/Applications/AndroidStudio.app/sdk/platform-tools/adb" -s 03098228094dd8af shell "dumpsys window windows"
info: Getting focused package and activity
debug: executing: "/Applications/AndroidStudio.app/sdk/platform-tools/adb" -s 03098228094dd8af shell "dumpsys window windows"
info: Getting focused package and activity
debug: executing: "/Applications/AndroidStudio.app/sdk/platform-tools/adb" -s 03098228094dd8af shell "dumpsys window windows"
info: Getting focused package and activity
debug: executing: "/Applications/AndroidStudio.app/sdk/platform-tools/adb" -s 03098228094dd8af shell "dumpsys window windows"
info: Getting focused package and activity
debug: executing: "/Applications/AndroidStudio.app/sdk/platform-tools/adb" -s 03098228094dd8af shell "dumpsys window windows"
info: Getting focused package and activity
debug: executing: "/Applications/AndroidStudio.app/sdk/platform-tools/adb" -s 03098228094dd8af shell "dumpsys window windows"
info: Getting focused package and activity
debug: executing: "/Applications/AndroidStudio.app/sdk/platform-tools/adb" -s 03098228094dd8af shell "dumpsys window windows"
info: Getting focused package and activity
debug: executing: "/Applications/AndroidStudio.app/sdk/platform-tools/adb" -s 03098228094dd8af shell "dumpsys window windows"
info: Getting focused package and activity
debug: executing: "/Applications/AndroidStudio.app/sdk/platform-tools/adb" -s 03098228094dd8af shell "dumpsys window windows"
info: Getting focused package and activity
debug: executing: "/Applications/AndroidStudio.app/sdk/platform-tools/adb" -s 03098228094dd8af shell "dumpsys window windows"
info: Getting focused package and activity
debug: executing: "/Applications/AndroidStudio.app/sdk/platform-tools/adb" -s 03098228094dd8af shell "dumpsys window windows"
info: Getting focused package and activity
debug: executing: "/Applications/AndroidStudio.app/sdk/platform-tools/adb" -s 03098228094dd8af shell "dumpsys window windows"
info: Getting focused package and activity
debug: executing: "/Applications/AndroidStudio.app/sdk/platform-tools/adb" -s 03098228094dd8af shell "dumpsys window windows"
info: Getting focused package and activity
debug: executing: "/Applications/AndroidStudio.app/sdk/platform-tools/adb" -s 03098228094dd8af shell "dumpsys window windows"
info: Getting focused package and activity
debug: executing: "/Applications/AndroidStudio.app/sdk/platform-tools/adb" -s 03098228094dd8af shell "dumpsys window windows"
info: Getting focused package and activity
debug: executing: "/Applications/AndroidStudio.app/sdk/platform-tools/adb" -s 03098228094dd8af shell "dumpsys window windows"
error: com.vmware.socialcast/.MainActivity never started. Current: com.vmware.socialcast/.account.SocialcastAccountAuthenticatorActivity
info: Stopping logcat capture
debug: Logcat terminated with code null, signal SIGTERM
info: [BOOTSTRAP] [info] Got data from client: {"cmd":"shutdown"}
info: [BOOTSTRAP] [info] Got command of type SHUTDOWN
info: [BOOTSTRAP] [info] Returning result: {"value":"OK, shutting down","status":0}
info: [BOOTSTRAP] [info] Closed client connection
info: [UIAUTOMATOR STDOUT] INSTRUMENTATION_STATUS: numtests=1
info: [UIAUTOMATOR STDOUT] INSTRUMENTATION_STATUS: stream=.
info: [UIAUTOMATOR STDOUT] INSTRUMENTATION_STATUS: id=UiAutomatorTestRunner
info: [UIAUTOMATOR STDOUT] INSTRUMENTATION_STATUS: test=testRunServer
info: [UIAUTOMATOR STDOUT] INSTRUMENTATION_STATUS: class=io.appium.android.bootstrap.Bootstrap
info: [UIAUTOMATOR STDOUT] INSTRUMENTATION_STATUS: current=1
info: [UIAUTOMATOR STDOUT] INSTRUMENTATION_STATUS_CODE: 0
info: [UIAUTOMATOR STDOUT] INSTRUMENTATION_STATUS: stream=
info: [UIAUTOMATOR STDOUT] Test results for WatcherResultPrinter=.
info: [UIAUTOMATOR STDOUT] Time: 21.676
info: [UIAUTOMATOR STDOUT] OK (1 test)
info: [UIAUTOMATOR STDOUT] INSTRUMENTATION_STATUS_CODE: -1
info: Sent shutdown command, waiting for UiAutomator to stop...
info: UiAutomator shut down normally
info: Cleaning up android objects
info: Cleaning up appium session
error: Failed to start an Appium session, err was: Error: com.vmware.socialcast/.MainActivity never started. Current: com.vmware.socialcast/.account.SocialcastAccountAuthenticatorActivity
info: Error: com.vmware.socialcast/.MainActivity never started. Current: com.vmware.socialcast/.account.SocialcastAccountAuthenticatorActivity
at null.<anonymous> (/usr/local/lib/node_modules/appium/lib/devices/android/adb.js:1253:12)
at null.<anonymous> (/usr/local/lib/node_modules/appium/lib/devices/android/adb.js:1199:7)
at /usr/local/lib/node_modules/appium/lib/devices/android/adb.js:153:5
at ChildProcess.exithandler (child_process.js:635:7)
at ChildProcess.EventEmitter.emit (events.js:98:17)
at maybeClose (child_process.js:743:16)
at Socket.<anonymous> (child_process.js:956:11)
at Socket.EventEmitter.emit (events.js:95:17)
at Pipe.close (net.js:465:12)
info: Responding to client with error: {"status":33,"value":{"message":"A new session could not be created. (Original error: com.vmware.socialcast/.MainActivity never started. Current: com.vmware.socialcast/.account.SocialcastAccountAuthenticatorActivity)","origValue":"com.vmware.socialcast/.MainActivity never started. Current: com.vmware.socialcast/.account.SocialcastAccountAuthenticatorActivity"},"sessionId":null}
POST /wd/hub/session 500 29387ms - 408b
error: com.vmware.socialcast/.MainActivity never started. Current: com.vmware.socialcast/.account.SocialcastAccountAuthenticatorActivity
{"device":"Android",
"version":"4.4",
"app":"build/Socialcast.apk",
"app-package":"com.vmware.socialcast",
"app-activity":".MainActivity",
"app-wait-activity":".account.SocialcastAccountAuthenticatorActivity"
}
tests run fine with motox with same android version but not with nexus
dianamenezes$ appium --full-reset
info: Welcome to Appium v0.17.6 (REV 7b32947e166a4338047f31ac14457c2b0eb432aa)
info: Appium REST http interface listener started on 0.0.0.0:4723
info - socket.io started
info: Non-default server args: {"fullReset":true,"merciful":true}
debug: Appium request initiated at /wd/hub/session
debug: Request received with params: {"sessionId":null,"desiredCapabilities":{"app-package":"com.vmware.socialcast","app":"/Users/dianamenezes/work/socialcast/socialcast-ios/socialcast-uitest/build/Socialcast.apk","app-wait-activity":".SocialcastAccountAuthenticatorActivity","version":"4.4","device":"Android","app-activity":".MainActivity"}}
warn: [DEPRECATED] The version capability has been deprecated and will be removed. Please use the platformVersion capability instead.
warn: [DEPRECATED] The device capability has been deprecated and will be removed. Please use the platformName capability instead.
info: Using local app from desired caps: /Users/dianamenezes/work/socialcast/socialcast-ios/socialcast-uitest/build/Socialcast.apk
info: Creating new appium session 2a5405eb-3286-460c-a57b-30778c700436
debug: zipAlignApk: "/Applications/AndroidStudio.app/sdk/tools/zipalign" -f 4 "/Users/dianamenezes/work/socialcast/socialcast-ios/socialcast-uitest/build/Socialcast.apk" "/var/folders/56/vwfw6qk138jbfy6sj9f0jrmr0000gn/T/appium114228-16914-8xsx0.tmp"
debug: executing: "/Applications/AndroidStudio.app/sdk/platform-tools/adb" -s 03098228094dd8af shell "mkdir -p /data/local/tmp/"
info: Removing any old apks
debug: executing: "/Applications/AndroidStudio.app/sdk/platform-tools/adb" -s 03098228094dd8af shell "ls /data/local/tmp/*.apk"
info: Found an apk we want to keep at /data/local/tmp/4a16ab0a33c4a40cd1d08d2d1410f44a.apk
info: Couldn't find any apks to remove
debug: executing: "/Applications/AndroidStudio.app/sdk/platform-tools/adb" -s 03098228094dd8af shell "pm install -r /data/local/tmp/4a16ab0a33c4a40cd1d08d2d1410f44a.apk"
info: [ADB] Forwarding system:4724 to device:4724
debug: executing: "/Applications/AndroidStudio.app/sdk/platform-tools/adb" -s 03098228094dd8af forward tcp:4724 tcp:4724
debug: Pushing appium bootstrap to device...
debug: executing: "/Applications/AndroidStudio.app/sdk/platform-tools/adb" -s 03098228094dd8af push "/usr/local/lib/node_modules/appium/build/android_bootstrap/AppiumBootstrap.jar" /data/local/tmp/
debug: Pushing unlock helper app to device...
debug: executing: "/Applications/AndroidStudio.app/sdk/platform-tools/adb" -s 03098228094dd8af install "/usr/local/lib/node_modules/appium/build/unlock_apk/unlock_apk-debug.apk"
info: Attempting to kill all 'uiautomator' processes
info: Getting all processes with 'uiautomator'
debug: executing: "/Applications/AndroidStudio.app/sdk/platform-tools/adb" -s 03098228094dd8af shell "ps 'uiautomator'"
info: Attempting to kill process 4566
debug: executing: "/Applications/AndroidStudio.app/sdk/platform-tools/adb" -s 03098228094dd8af shell "kill 4566"
error: com.vmware.socialcast/.SocialcastAccountAuthenticatorActivity never started. Current: com.vmware.socialcast/.account.SocialcastAccountAuthenticatorActivity
info: Stopping logcat capture
debug: Logcat terminated with code null, signal SIGTERM
info: [BOOTSTRAP] [info] Got data from client: {"cmd":"shutdown"}
info: [BOOTSTRAP] [info] Got command of type SHUTDOWN
info: [BOOTSTRAP] [info] Returning result: {"value":"OK, shutting down","status":0}
info: [BOOTSTRAP] [info] Closed client connection
info: [UIAUTOMATOR STDOUT] INSTRUMENTATION_STATUS: numtests=1
info: [UIAUTOMATOR STDOUT] INSTRUMENTATION_STATUS: stream=.
info: [UIAUTOMATOR STDOUT] INSTRUMENTATION_STATUS: id=UiAutomatorTestRunner
info: [UIAUTOMATOR STDOUT] INSTRUMENTATION_STATUS: test=testRunServer
info: [UIAUTOMATOR STDOUT] INSTRUMENTATION_STATUS: class=io.appium.android.bootstrap.Bootstrap
info: [UIAUTOMATOR STDOUT] INSTRUMENTATION_STATUS: current=1
info: [UIAUTOMATOR STDOUT] INSTRUMENTATION_STATUS_CODE: 0
info: [UIAUTOMATOR STDOUT] INSTRUMENTATION_STATUS: stream=
info: [UIAUTOMATOR STDOUT] Test results for WatcherResultPrinter=.
info: [UIAUTOMATOR STDOUT] Time: 21.623
info: [UIAUTOMATOR STDOUT] OK (1 test)
info: [UIAUTOMATOR STDOUT] INSTRUMENTATION_STATUS_CODE: -1
info: Sent shutdown command, waiting for UiAutomator to stop...
info: UiAutomator shut down normally
info: Cleaning up android objects
info: Cleaning up appium session
error: Failed to start an Appium session, err was: Error: com.vmware.socialcast/.SocialcastAccountAuthenticatorActivity never started. Current: com.vmware.socialcast/.account.SocialcastAccountAuthenticatorActivity
info: Error: com.vmware.socialcast/.SocialcastAccountAuthenticatorActivity never started. Current: com.vmware.socialcast/.account.SocialcastAccountAuthenticatorActivity
at null.<anonymous> (/usr/local/lib/node_modules/appium/lib/devices/android/adb.js:1253:12)
at null.<anonymous> (/usr/local/lib/node_modules/appium/lib/devices/android/adb.js:1199:7)
at /usr/local/lib/node_modules/appium/lib/devices/android/adb.js:153:5
at ChildProcess.exithandler (child_process.js:635:7)
at ChildProcess.EventEmitter.emit (events.js:98:17)
at maybeClose (child_process.js:743:16)
at Socket.<anonymous> (child_process.js:956:11)
at Socket.EventEmitter.emit (events.js:95:17)
at Pipe.close (net.js:465:12)
info: Responding to client with error: {"status":33,"value":{"message":"A new session could not be created. (Original error: com.vmware.socialcast/.SocialcastAccountAuthenticatorActivity never started. Current: com.vmware.socialcast/.account.SocialcastAccountAuthenticatorActivity)","origValue":"com.vmware.socialcast/.SocialcastAccountAuthenticatorActivity never started. Current: com.vmware.socialcast/.account.SocialcastAccountAuthenticatorActivity"},"sessionId":null}
POST /wd/hub/session 500 30812ms - 460b
Error: com.vmware.socialcast/.SocialcastAccountAuthenticatorActivity never started. Current: com.vmware.socialcast/.account.SocialcastAccountAuthenticatorActivity
...
--
I'm sure you can. I'm not sure how to do it, though.What was the code like to do it in 0.18?
I am trying to run test on android device. Nexus 5 with android 4.4The app is succesfully installed and launched, after launching the appium logs show:
info: Waiting for activity to be focused
info: Getting focused package and activity
debug: executing: "/Applications/AndroidStudio.app/sdk/platform-tools/adb" -s (device-id) shell "dumpsys window windows"
--
http://appium.io
---
You received this message because you are subscribed to a topic in the Google Groups "Appium-discuss" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/appium-discuss/KlnPqY4gO6k/unsubscribe.
To unsubscribe from this group and all its topics, send an email to appium-discus...@googlegroups.com.