Am new for android development. Am using eclipse for creating android projects. I tried to create a new sample in a newly created workspace with Target SDK as API 21 and Compiled with API 19. I have installed the SDKs of API 19 and 20 and all its updates. While trying to compile the newly created project I ended up with the below error. Can anyone help me how to get rid of this?
Description Resource Path Location Type
error: **Error retrieving parent for item: No resource found that matches the given name** '@android:TextAppearance.Material.SearchResult.Subtitle'. styles_base.xml /appcompat_v7/res/values-v21 line 168 Android AAPT Problem
Description Resource Path Location Type
error: Error retrieving parent for item: No resource found that matches the given name '@android:TextAppearance.Material.SearchResult.Title'. styles_base.xml /appcompat_v7/res/values-v21 line 164 Android AAPT Problem
Description Resource Path Location Type
error: Error retrieving parent for item: No resource found that matches the given name 'android:TextAppearance.Material.Body1'. styles_base_text.xml /appcompat_v7/res/values-v21 line 38 Android AAPT Problem
error: Error retrieving parent for item: No resource found that matches the given name 'android:TextAppearance.Material.Body2'. styles_base_text.xml /appcompat_v7/res/values-v21 line 36 Android AAPT Problem
and so on....... I dont know what went wrong. Can anyone guide me in building the project successfully?