I am trying to run my UI tests for an Android
project using Robotium
, but whenever I try to run it, either from command line or Eclipse, it gives me this error:
INSTRUMENTATION_RESULT: longMsg=java.lang.IllegalAccessError:
Class ref in pre-verified class resolved to unexpected implementation
In logcat it also gives me an error that says:
java.lang.NoClassDefFoundError: com.bridgepointeducation.talon.TalonModule
even though I don't have a com.bridgepointeducation.talon.TalonModule
.
Does anyone know how to fix this problem? Thanks!