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