I\'m getting the following error in Android Studio 0.4.2 when I\'m trying to Sync project with gradle.
Gradle \'GooglePlayServicesTest\' project refresh fail
Add top of your project build.gradle file:
build.gradle
apply plugin: 'com.android.application'
android method in project gradle file is not needed.Try to remove it.
android