I am recently started to work on the Android Studio. When I am doing sync with gradle then it is giving me a error .
Error : Cause: android.compileSdk
try this :
apply plugin: 'android' apply from: "${rootDir}/android_common.gradle"
move your apply from: "${rootDir}/android_common.gradle" to last lines
"${rootDir}/android_common.gradle"