Closed
Description
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.
Metadata
Metadata
Assignees
Type
Projects
Status
Done