Currently going through a nightmare attempting to fix a java.lang.verifyerror, was havi
If the answer by @G. Blake Meike doesn't work for you for whatever reason, here's another way of fixing it.
- Right Click Project > Build Path > Configure Build Path
- Click on Android on left
- On right select any other Target Name/API other than 4.2.2 since it seems that's with problems.
- Hit OK (At this point it rebuilds your projects with the selected API)
- Run the Application
Hope that helps.