파일이동 단축키 [ Ctrl + shift + N ] 을 이용하여 Gradle로 이동합니다.
dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
testCompile 'junit:junit:4.12'
compile 'com.android.support:appcompat-v7:23.1.1'
}
이 코드가 보이실텐데요
'com.android.support:appcompat-v7:23.1.1' 을 'com.android.support:appcompat-v7:23.1.0' 으로 교체해줍니다.
에러가 해결되셨습니다.