java - Buliding user interface. Errors in string.xml that I cannot resolve -


here string.xml. getting errors although cannot see error. advice? errors on app name , settings lines.

    <?xml version="1.0" encoding="utf-8"?>     <resources>         <string name="app_name">broken</string>         <string name="edit_message">enter message</string>         <string name="button_send">send</string>         <string name="action_settings">settings</string>         <string name="title_activity_main">mainactivity</string>     </resources>    

this error message. [2014-04-14 13:15:24 - broken] error in xml file: aborting build. [2014-04-14 13:18:47 - broken] error in xml file: aborting build.

sometimes sends error if using string reference no longer exist int strings.xml file.. try , search throu layout files , menus see if every string reference exists


Comments

Popular posts from this blog

apache - Remove .php and add trailing slash in url using htaccess not loading css -

inno setup - TLabel or TNewStaticText - change .Font.Style on Focus like Cursor changes with .Cursor -