0
Are they declared in the strings.xml? Normally these strings are created automatically, apparently they are not, so just add them to the strings.xml:
<string name="navigation_drawer_open">Open navigation drawer</string>
<string name="navigation_drawer_close">Close navigation drawer</string>