views:

482

answers:

4

Any idea how to fix this issue? I'm using Eclipse and it seems to occur even when I create a new android project. :(

# A fatal error has been detected by the Java Runtime Environment:
#
#  Internal Error (classFileParser.cpp:3174), pid=3944, tid=3256
#  Error: ShouldNotReachHere()
#
# JRE version: 6.0_18-b07
A: 

I've never seen that error, but you can try the standard fixes: update or reinstall your JRE and the Android SDK. Might help...

Steve H
+2  A: 

I resolved this by

  • Quit eclipse
  • Delete the bin and gen directories in your project
  • Start eclipse
  • Rebuild your project
Nick Craig-Wood
A: 

Use "Run configurations" and make sure you select the Android application.

AndrewD
A: 

Are you getting this error when running JUnit tests? If so, it seems like the fault I had but found a solution to. See my answer here

Fredrik