I have an error in eclipse :
The markup in the document following the root element must be well-formed and No resource identifier found for attribute ‘layout_width’ in package ‘android’
This error is in activy_main.xml. All code from activy_main.xml:
The problem is with your Relative Layout and you have given id of a button in it and then closed it…
Just Put this instead of your earlier Relative Layout and tell me if it works or not