Installed android-support-v7-appcompat to work with the toolbar. I connected it to my project (in the Api 15-22 project manifest). If in the Properties \ Android project android-support-v7-appcompat I put Api 22 - then he swears at the values-v23 \ styles_base.xml, and my project when compiling produces errors:
workspace \ android-support-v7-appcompat \ res \ values-v23 \ styles_base.xml: 20: resource retrie for for No No No No No No No No No No No No.
workspace \ android-support-v7-appcompat \ res \ values-v23 \ styles_base_text.xml: 19: error: for retrieving the item name for the item: No, android: TextAppearance.Material.Widget.Button.Inverse '.
If both projects put Api 23 - part of the code in my project turns red, but I don’t need Api 23 support.
How to overcome?