-
-
Notifications
You must be signed in to change notification settings - Fork 75
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Espresso server process has been unexpectedly terminated #820
Comments
I haven't seen this message... but it said
Could you try out appium 2 and latest espresso driver? |
Hello guys, I think the error I'm getting is the same error as @aravindaw .
Environment Java:11 Appium config:
Appium log:
|
Only adb log helps to find possible reasons. Usually appium version is not related. Basically appium-espresso-driver version, the app under test and Android OS's combination |
Facing the same issue. with appium 1.22.3. Any update or solution for this. Please let us know |
Facing the same issue (cf. ticket #839), working with a dev on analyzing and testing solutions but no progress so far... |
Bumped into this same issue appium version Appium v2.0.0-beta.48
|
I'm trying to start the espresso driver and it crashes when instantiating the instruments. I tried a couple of configurations but with no success. I kept the Appium cap versions and app config versions exactly the same. Also tried to find a solution in here but didn't work as well.
Environment
Java:11
Appium:1.22.3-4 GUI
Appium config:
espressoBuildConfig:
Appium log
Logcat
If I run
adb shell am instrument -w -e debug false -e disableAnalytics true io.appium.espressoserver.test/androidx.test.runner.AndroidJUnitRunner
locally I get the same exception as the appium log.The text was updated successfully, but these errors were encountered: