Erro android studio, error: Error retrieving Parent for item: No Resource found that Matches the Given name 'android:Theme.Holo.Light'

Asked

Viewed 121 times

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'.

  • Please complete your question.

  • When does it occur? What is the minSdkVersion of your application?

2 answers

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


Browser other questions tagged

You are not signed in. Login or sign up in order to post.