I am following the documentation here to install the Android SupportV7 Libary into my project. There are two things that I notice: 1)When I am browsing my SDK installation d
**Easy prosess
If you are using IntelliJ/AndroidStudio After updating new updates we get these type errors. so,for old/existing project it will give error.
It won't show for new project,it will automatically take the updated one.
Create new project
New project will not show any errors
and compare gradle(Module:app) files in both files in both new and existing projects ..
change the existing/old project gradle file according to newproject gradle file
below change worked for me.. according this fix ur
**
compile 'com.android.support:appcompat-v7:25.3.0'
To
compile 'com.android.support:appcompat-v7:25.3.1'