3

When trying to run an android test case I get the following last two lines:

[2013-04-22 17:11:10 - ProjectTest] Launching instrumentation android.test.InstrumentationTestRunner on emulator-5554
[2013-04-22 17:11:12 - ProjectTest] Test run failed: Instrumentation run failed due to 'java.lang.ClassNotFoundException'

I believe I need to include a jar into my build path. Any idea of which jar I need to include?

James Oravec
  • 19,579
  • 27
  • 94
  • 160

1 Answers1

1

I guess you should have researched bit on internet or searched on Stackoverflow. There is a similar problem statement in the Stackoverflow: Test run failed: Instrumentation run failed due to 'java.lang.ClassNotFoundException'

Community
  • 1
  • 1
Ankit Singh
  • 2,602
  • 6
  • 32
  • 44
  • That is a prevoius post of mine, where I answered the issue I had at the time... I seem to be having the issue again, but looks like it may be based on something else... – James Oravec Apr 23 '13 at 16:54
  • looks like I goofed... was the same issue :( Following my directions in the other post I solved the issue... I'll accept ur answer and then delete this question. – James Oravec Apr 23 '13 at 17:05