When I run my Android application, I encounter this NoClassDefFoundError:
03-13 18:06:38.648: E/AndroidRuntime(413): Uncaught handler: thread ma
I just hit and solved this issue - you need to add all of the dependencies in your android project's pom.xml to your test projects pom.xml with a scope as provided
per this bug report: http://code.google.com/p/maven-android-plugin/issues/detail?id=142
e.g.
org.apache.commons
commons-lang3
3.1
provided