Eclipse error: styles_base_text.xml:19: error: Error retrieving parent for item: No resource found that matches the given name 'android:TextAppearance.Material.Widget.Button.Inverse'
[1] Update the project.properties file of appcompat v7, which has:
[1] Update the project.properties file of appcompat v7, which has:
target=android-19
to target=android-23
(project.properties
of appcompact_v7)
[2] Update
project.properties
of project as follow
After that, I clean and compile the project. It has shown no error.
Комментариев нет:
Отправить комментарий