Error:Cause: failed to find target with hash string 'Google Inc.:Google APIs:23' in: E:\AndroidStudio\SDK

前端 未结 7 1562
别跟我提以往
别跟我提以往 2021-02-02 08:26

I have the above error and have no clue why I still have it. I have reinstalled API 23 numerous times and done googling and the only fix I found was to reinstall the API but sti

7条回答
  •  甜味超标
    2021-02-02 08:33

    You can create a new project and see what's written in this project's 'build.gradle'.For example it is 'compileSdkVersion 25',then change your target project to 'compileSdkVersion 23'.

提交回复
热议问题