I have developed android application on my PC using eclipse and everything is working great now I have copied that project into my laptop and imported it in eclipse work space.
My problem is when I am viewing xml files in res->layout folder eclipse showing java.lang.NoSuchMethodError: java.lang.System.arraycopy([CI[CII)V
error but if I run the project everything works great.
error is shown if I click on GraphicalLayout
tab and there is no error if I am working on xml file.