私はグラデルバージョンを使用しています - 3.3-all
とgradleプラグイン - gradle:2.3.3
テストケースを書きたいと思います。このpageに応じて、私はアプリのトップbuild.gradle
ファイルに以下を含めました。Gradle DSLメソッドが見つかりません:testCompile()
testCompile 'junit:junit:4.12'
testCompile 'org.mockito:mockito-core:1.10.19'
しかし、私は問題である可能性があり
Error:(11, 0) Gradle DSL method not found: 'testCompile()'
Possible causes:<ul><li>The project 'TopLevelProject' may be using a version of the Android Gradle plug-in that does not contain the method (e.g. 'testCompile' was added in 1.1.0).
何というエラーを取得しますか?