> > > # An unexpected error has been detected by Java Runtime Environment: > > > # > > > # Internal Error (classFileParser.cpp:2924), pid=3624, tid=6748 > > > # Error: ShouldNotReachHere() > > > # > > > # Java VM: Java HotSpot(TM) Client VM (10.0-b23 mixed mode windows- > > > x86) > > > # An error report file with more information is saved as: > > > # G:\TestWebView\hs_err_pid3624.log > > > # > > > # If you would like to submit a bug report, please visit: > > > # http://java.sun.com/webapps/bugreport/crash.jsp > > > This error cannot be coming from Android. There is no Sun JRE in > > Android, only Dalvik. And, there is no G: drive in Android, only in > > Windows PCs.
It may be a bug in the JVM, but it's triggered by the way Android projects are set up. See http://dtmilano.blogspot.com/2008/11/android-testing-on-android-platform.html for an explanation and a workaround/solution, depending on your situation. Regards, Ben --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

