when I create a new project, I added API level 14, I completed my application and I want to change the API level to 10,
I get and am mistaken in resources -> values-v11 -> style.xml i error: Error retrieving parent for item: No resource found that matches the given name 'android:Theme.Holo.Light'.
in resources -> values-v14 -> style.xml
ie error: Error retrieving parent for item: No resource found that matches the given name 'android:Theme.Holo.Light.DarkActionBar'.
I understand this can explain to anyone
source
share