Android Unit Tests - no such property: bootClasspath

前端 未结 3 728
逝去的感伤
逝去的感伤 2021-02-18 22:20

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

3条回答
  •  余生分开走
    2021-02-18 22:48

    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.

提交回复
热议问题