I have tried with, 2.3.0, 2.3.1, 2.3 Bt nothing works.
dependencies {
Classpath 'com.android.tools.build.gradle:1.3.0'
}
I have tried with, 2.3.0, 2.3.1, 2.3 Bt nothing works.
dependencies {
Classpath 'com.android.tools.build.gradle:1.3.0'
}
Don't know why my previous answer was deleted.
Add the below line to your build.gradle
file
dependencies {
compile 'com.android.support:design:23.4.0'
}
If already added then let know, will think of another solution.