Error retrieving parent for item - Android Studio

前端 未结 5 1986
无人及你
无人及你 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:15

    If you get similar errors in Eclipse when trying to use compatibility libraries with resources (for example: v7 support library) then:
    Right-click the library project folder (for example: android-support-v7-appcompat)
    Select Properties
    In the category panel on the left side of the dialog, select Android
    In the Project Build Target check the same platform version as in your project

提交回复
热议问题