failed to find target with hash string 'android-22'

后端 未结 10 1200
花落未央
花落未央 2020-11-27 20:16

I have updated android studio with latest version and then after googling I also updated Android SDK with API 18 but still it gives the same error.

10条回答
  •  抹茶落季
    2020-11-27 20:32

    Change

    compileSdkVersion 18 minSdkVersion 10 targetSdkVersion 18

    in build.gradle in your app directory/module

    Or Download Latest API Version

提交回复
热议问题