i am facing this issue every time I start new project . how to resolve this issue
Android studio build fail
Hi @ekansh, I had the same problem few days ago and I did this to fix this problem:
- Changed compileSdkVersion to 27
- changed appcompat-v7 to 27.1.1
Shown in the image
1 Like
Yeah, I also need a permanent fix!
TAs please help!!
add to dependencies of your gradle module this line
implementation ‘com.android.support:support-annotations:27.1.1’
and sync your project