--
You received this message because you are subscribed to the Google Groups "webdriver" group.
To view this discussion on the web visit https://groups.google.com/d/msg/webdriver/-/Cqr47n2UeG0J.
To post to this group, send email to webd...@googlegroups.com.
To unsubscribe from this group, send email to webdriver+...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/webdriver?hl=en.
Try starting the Android WebDriver application in debug mode. I had the same problem and this is what solved it.$./adb -s <serialId> shell am start -a android.intent.action.MAIN -n org.openqa.selenium.android.app/.MainActivity -e debug true
Then$./adb -s <serialId> forward tcp:8080 tcp:8080
and when you go to http://localhost:8080/wd/hub you see Sessions/Create Sessions/Refresh Sessions....