Hi, can anyone help me getting Unittesting working for my Android-Project within Intellij?
I just need normal unit tests for my code - no UI-Testing. After hours of research I got it working from the shell via gradlew, but it would be very nice to use the IDE's Testrunner to run my unit-tests.
Thanks