Skip to content Skip to sidebar Skip to footer

Gradle Build Can't Find Method

I'm following through the Start Developing for Android course in Pluralsight. We're just about to add tests. The instructions say to add add androidTestCompile 'com.android.suppo

Solution 1:

The dependency should be added to the build.gradle of the app module. In your case you added to the build.gradle of parent project.


Post a Comment for "Gradle Build Can't Find Method"