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

前端 未结 7 1425
别跟我提以往
别跟我提以往 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:48

    Main module or any library must be using 'Google Inc.:Google APIs:23' which is not installed in SDK. So try to change it and compile

    Change : compileSdkVersion 'Google Apis:Google Apis:23'

    To : compileSdkVersion 23 (You should have android-23 installed in SDK)

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