Troubleshooting: Executing automated tests for Android Xamarin apps
Android
Xamarin appsIssue | Possible solution |
---|---|
I get the following error when I try to get device identifiers: “error: could not install *smartsocket* listener: Address already in use”. | Close Visual Studio and run the $ adb devices command again. |
app.EnterText does not work as expected on a test device using Android API 29. | See this bug report. |
I get following error when running tests: "Failure [INSTALL_PARSE_FAILED_NO_CERTIFICATES: Scanning Failed.: No signature found in package of version 2 or newer for package ...] Performing Streamed Install." | Verify that you have configured the Keystore. See Execute an automated test for an Android Xamarin app. |