0
Would anyone know what that mistake is:
error: Error retrieving Parent for item: No Resource found that Matches the Given name 'android:Theme.Holo.Light'.
0
Would anyone know what that mistake is:
error: Error retrieving Parent for item: No Resource found that Matches the Given name 'android:Theme.Holo.Light'.
1
It would be better if you post your Styles.xml here. Probably the level of your API is below 11, the Holo theme is only available from API 11.
Level up your API or take out "Holo".
"android:Theme.Light"
0
At some point you reference the Holo theme, Parent="@android:style/Theme.Holo" but to use it you need to set the level API to 11 in its manifest. You should also put the.xml style that makes use of holo inside the values-11 folder.
Look at this: https://stackoverflow.com/questions/12295018/error-error-retrieving-parent-for-item-no-resource-found-that-matches-the-give
Browser other questions tagged java android
You are not signed in. Login or sign up in order to post.
Please complete your question.
– Math
When does it occur? What is the minSdkVersion of your application?
– Thiago Luiz Domacoski