Gradle is updated to v2.5 and all the build.gradle scripts follow the instructions:
http://tools.android.com/tech-docs/new-build-system/gradle-experimental However, the same dependencies failed with the following error message. Gradle sync failed: Gradle DSL method not found: 'androidTestCompile()' > Here are the dependencies. dependencies { compile project(':MSL') compile fileTree(dir: 'libs', include: ['*.jar']) compile 'com.android.support:appcompat-v7:22.2.0' androidTestCompile 'com.android.support.test:rules:0.3' } The androidTest cannot compile without the dependency. Am I missing something for the update? BTW, the AS is also updated to 1.3 rc3. -- You received this message because you are subscribed to the Google Groups "adt-dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
