Jonathan Lipps

Results 388 comments of Jonathan Lipps

> My question is: why is this now required for the automation to work when before all was nice and easy? It is not required, no. It's not clear that...

ok, try the latest uiautomator2 driver. it was not correctly exporting the reset script before.

``` 03-06 15:14:53.743 25186 25264 W PackageManager: Not removing non-existent package io.appium.uiautomator2.server ``` Looks like the package isn't on the device.

Shouldn't need to manually install or uninstall these, no, unless there's some issue with them. The driver will install them and launch them for you. Could also just run `appium...

maybe try with just one device connected a time? you have 2 devices connected. but the script seems to have run successfully.

Please include the full Appium log from startup?

It doesn't seem that any connections are hitting this server at all. Does your test script have the correct host and port listed?

no clue then. the issue is not with the appium server so i'm out of ideas. seems like a client side issue somehow.

if you start the appium server with `-a 0.0.0.0` does it help?

@MSlaski don't use it in driver initialization. Only in server.