Olá, estou passando por problemas durante a execução do primeiro teste instrumentado montado no curso no módulo de introdução ao Espresso.
O log é o seguinte:
Test run failed to complete. Instrumentation run failed due to Process crashed.
FAILURE: Build failed with an exception.
What went wrong: Execution failed for task ':app:connectedDebugAndroidTest'.
There were failing tests. See the report at: file:///C:/Projetos/app-repositories/android-projects/orgs/app/build/reports/androidTests/connected/index.html
Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
Get more help at https://help.gradle.org
BUILD FAILED in 51s 66 actionable tasks: 26 executed, 40 up-to-date
Acessando o index.html: : Estou usando a IDE Android Studio Electric Eel e as minhas versões são:
AGP: 7.4.1 Gradle: 8.0 Kotlin: 1.8.0 Java: 19 SDK Android: 33
Estou usando JUnit 5 para os testes unitários e JUnit 4 para dar suporte a esses testes instrumentados.
Agradeço se puderem me ajudar nesse problema!