On May 15, 1:48 pm, Matt <[email protected]> wrote: > The following code will crash on the 1.5 emulator: > > WebView wv = new WebView(context); > wv.loadUrl("file://assets/myfile.html"); > int i = wv.findAll("to"); > > It turns out "findAll" leads to a native method, which is where it is > crashing (instead of throwing an exception).
Please file a bug on b.android.com. If you have an APK that demonstrates the problem, please attach it to the bug report. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

