I\'m attempting to set up a unit test module as described in the android studio blog post. However, doing a gradle build fails telling me \"Configuration with name \'debug-c
Here is a sample app that works https://github.com/googlesamples/android-testing-templates/tree/master/AndroidTestingBlueprint
You must use
buildToolsVersion = '23.0.0rc3'
And of course
publishNonDefault true