I need to run debug while my tests execution in Android Studio + Robolectric. Each time I try to run them by selecting debug for the test task from
debug
test
I found the reason of the error. To make it run you need to uncheck the "Use in-process build" option in Compiler -> Gradle settings of Android Studio.