Error: failed to find target with hash string 'android-21'

后端 未结 6 1685
自闭症患者
自闭症患者 2021-02-13 21:03

I want to change my compileSdkVersion from 23 to 21.So I have made following changes in the build.gradle but I am getting following error.How can I resolve this?

6条回答
  •  不思量自难忘°
    2021-02-13 21:25

    This error I also getting again and again when I import other's project. So I resolve to change some in Gradle file according to my system.

    compileSdkVersion 23
    buildToolsVersion "23.0.2"
    

    Which I have already installed in my system.

提交回复
热议问题