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

后端 未结 10 1224
花落未央
花落未央 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:45

    Open project.properties file and change the line with target=android-22 to the desired value.
    For example:

    target=android-19

提交回复
热议问题