You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trying to switch from UiAutomator2 to Espresso/Compose. Works fine with uiautomator2, but not working with espresso driver, getting socket hang up error. Tried all the typical fixes for socket hang up error as well as Stack Overflow advice with no luck.
It's not an appium espresso issue. You'll need to put exceptions to exclude the files/lib from pro-guard obfuscation rules.
java.lang.NoSuchMethodError: No static method isTraceInProgress()Z in class Landroidx/compose/runtime/ComposerKt; or its super classes (declaration of 'androidx.compose.runtime.ComposerKt'
Issue
Trying to switch from UiAutomator2 to Espresso/Compose. Works fine with uiautomator2, but not working with espresso driver, getting socket hang up error. Tried all the typical fixes for socket hang up error as well as Stack Overflow advice with no luck.
Environment
Desired Capabilities
Appium Log
https://gist.github.com/pascarella/62c95e68b066cd5da1fc76c2cceaea4d
The text was updated successfully, but these errors were encountered: