In android studio, i want to update my SDK version. I have updated to maximum and current max version is 25. But my supported libraries are of version 26.
compile 'com.android.support:appcompat-v7:25.3.1'
compile 'com.android.support.constraint:constraint-layout:1.0.2'
testCompile 'junit:junit:4.12'
compile 'com.android.support:design:26.0.0-alpha1'
compile 'com.android.support:recyclerview-v7:26.0.0-alpha1'
I am getting error in these lines. Please help me how to resolve this.