L. *_* G. 0 android android-studio android-gradle-plugin android-espresso
gradle.build根据Google的说明,我在Android工作室的Android项目中包含espresso时,我有一个不受支持的gradle方法instrumentTestCompile :
https://code.google.com/p/android-test-kit/wiki/Espresso#Espresso_Setup_Instructions.
gradle.build:
dependencies {
instrumentTestCompile files('libs/espresso-1.1.jar',
'libs/testrunner-1.1.jar',
'libs/testrunner-runtime-1.1.jar')
instrumentTestCompile 'com.google.guava:guava:14.0.1',
'com.squareup.dagger:dagger:1.1.0',
'org.hamcrest:hamcrest-core:1.1',
'org.hamcrest:hamcrest-integration:1.1',
'org.hamcrest:hamcrest-library:1.1'
}
Run Code Online (Sandbox Code Playgroud)
完成错误:
Build script error, unsupported Gradle DSL method found: ‘instrumentTestCompile()’!
Possible causes could be:
– you are using Gradle version where the method is absent
– you didn’t apply Gradle plugin which provides the method
– or there is a mistake in a build script
Run Code Online (Sandbox Code Playgroud)
我在这里找到了回复:http:
//android.amberfog.com/?p = 894
instrumentTestCompile()androidTestCompile()在最新版本的gradle插件中重命名为.
| 归档时间: |
|
| 查看次数: |
857 次 |
| 最近记录: |