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).

- Matt
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to