Error in Compiling : Android Studio

前端 未结 1 929
栀梦
栀梦 2021-01-29 03:00

I am trying to modify an existing android project built on IntelliJ. I have searched and tried many things but still my error doesn\'t go :\\

Error:(5, -1) andro         


        
相关标签:
1条回答
  • 2021-01-29 03:21

    Try adding

    dependencies { 
    compile 'com.android.support:appcompat-v7:20.+' 
    }
    

    to your build.gradle file

    0 讨论(0)
提交回复
热议问题