I am facing this error in my project here is my gradle build
implementation fileTree(dir: \'libs\', include: [\'*.jar\']) implementation \'com.android
Make sure the compile and target sdk number is the same as the app compat number. like this
compileSdkVersion 26 targetSdkVersion 26 implementation 'com.android.support:appcompat-v7:26.1.0'