I\'m trying to execute a simple test case for Android following just announced unit testing support - http://tools.android.com/tech-docs/unit-testing-support
After caref
Try to upgrade to the new version (RC3)
dependencies { classpath 'com.android.tools.build:gradle:1.1.0-rc3' // .. }
You can also take a look here in order to compare your current setup with a working example.