RE: [android-developers] Web View Error

2011-08-25 Thread Lakshmi Priya
@googlegroups.com Subject: Re: [android-developers] Web View Error Use adb logcat, DDMS, or the DDMS perspective in Eclipse to examine LogCat and look at the stack trace associated with your error. On Wed, Aug 24, 2011 at 1:12 PM, Lakshmi Priya lakshmi_pr...@simply-logic.com wrote: Hi all

[android-developers] Web View Error

2011-08-24 Thread Lakshmi Priya
Hi all: Please see attached the code I have written for web view..When I run the code I get the following error every time. Sorry The application WebViewDemo(process org.example.webviewdemo)has stopped unexpectedly.Please try again. Can someone help me please. Thanks ..Priya

Re: [android-developers] Web View Error

2011-08-24 Thread Mark Murphy
Use adb logcat, DDMS, or the DDMS perspective in Eclipse to examine LogCat and look at the stack trace associated with your error. On Wed, Aug 24, 2011 at 1:12 PM, Lakshmi Priya lakshmi_pr...@simply-logic.com wrote: Hi all: Please see attached the code I have written for web view..When I run