Error retrieving parent for item - Android Studio

前端 未结 5 1992
无人及你
无人及你 2020-12-14 06:19

After downloading the New L SDK and 20 SDK when trying to refresh, build, or clean my project i get a

Error:Error retrieving parent for item: No resource fou         


        
5条回答
  •  渐次进展
    2020-12-14 07:10

    In Android Studio, nothing above worked unless I compiled and targeted the same version (23 in this case...) and added the specific Google reference to compile Google APIs. which fixed all 99 errors after importing and updating from Eclipse:

    compileSdkVersion 'Google Inc.:Google APIs:23'

提交回复
热议问题