Nearly empty Android project with a unit and UI failing test!

This has been created using Android Studio 4.1.1; to run the unit tests, just execute:

./gradlew test

or (on windows machines):

gradlew.bat test

For the UI tests, execute:

./gradlew connectedAndroidTest

or (on windows machines):

gradlew.bat connectedAndroidTest