public void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.main);
//Находим кнопку
Button button = (Button)findViewById(R.id.parse);
и тут
//Находим ListView
ListView listview = (ListView) findViewById(R.id.listViewData);
[2014-03-01 22:39:25 - stackParser] W/ResourceType( 7728): ResXMLTree_node size 0 is smaller than header size 0x6e.
[2014-03-01 22:39:25 - stackParser] C:\Users\_Sofa\workspace\stackParser\res\menu\stack_parser.xml:3: error: Error: No resource found that matches the given name (at 'title' with value '@string/action_settings').
[2014-03-01 22:43:55 - stackParser] W/ResourceType( 2492): ResXMLTree_node size 0 is smaller than header size 0x52.
[2014-03-01 22:43:55 - stackParser] C:\Users\_Sofa\workspace\stackParser\res\menu\stack_parser.xml:3: error: Error: No resource found that matches the given name (at 'title' with value '@string/action_settings').
[2014-03-01 22:44:06 - stackParser] W/ResourceType( 3000): ResXMLTree_node size 0 is smaller than header size 0x52.
[2014-03-01 22:44:06 - stackParser] C:\Users\_Sofa\workspace\stackParser\res\menu\stack_parser.xml:3: error: Error: No resource found that matches the given name (at 'title' with value '@string/action_settings').