Description
In Android Studio mockito-core is not installed correctly in Gradle project.
This leads to the project build failure.
Also, other dependencies should be checked for that error (mockito-inline, JUnit).
To Reproduce
Steps to reproduce the behavior:
- Create new project in Android Studio
- Add Android library
- Use plugin to generate tests
- Choose to configure mockito
- Experience the build failure
Expected behavior
Required dependencies are supposed to be installed correctly.
Actual behavior
Build failure.
Visual proofs (screenshots, logs, images)
To be added.
Environment
Clean Gradle project in Android Studio.
Additional context
None.
Description
In Android Studio
mockito-coreis not installed correctly in Gradle project.This leads to the project build failure.
Also, other dependencies should be checked for that error (
mockito-inline,JUnit).To Reproduce
Steps to reproduce the behavior:
Expected behavior
Required dependencies are supposed to be installed correctly.
Actual behavior
Build failure.
Visual proofs (screenshots, logs, images)
To be added.
Environment
Clean Gradle project in Android Studio.
Additional context
None.