Getting Error “Gradle DSL method not found: 'compile()'” when Syncing Build.Gradle
To add V4 support libraries to android studio, i followed this document: https://developer.android.com/tools/support-library/setup.html#libs-without-res but I get an error. Here is what i did SDK manager> Installed Android Support Library and Android Repository. Go to Build.Gradle and added the line as given in the dcoument. Build.Gradle now looks like this: // Top-level build file where you can add configuration options common to all sub-projects/modules. buildscript { repositories { jcenter() } dependencies { classpath 'com.android.tools.build:gradle:0.13.2' // NOTE: Do not place your