I just received the following crash report java.lang.NoClassDefFoundError: junit.framework.Assert at android.webkit.WebViewCore$WebCoreThread.run(WebViewCore.java:658) at java.lang.Thread.run(Thread.java:1019)
This is for Gingerbread (2.3.6). Frankly I couldn't believe that a test class was burnt into and being used by a production class. I wonder whether they really meant to use the Java "assert" statement instead and hope it has been fixed since. The Junit Assert class shouldn't be used outside of a test harness. Has anyone else seen anything similar? William -- 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

