Use adb logcat, DDMS, or the DDMS perspective in Eclipse to examine LogCat and look at the stack trace associated with your "forcecloses".
On Thu, Mar 10, 2011 at 4:08 AM, abhay <[email protected]> wrote: > > I am having a TextView in a widget and i have set its link clickable > to true the content of TextView is set by this code > > CharSequence link = "http://www.google.com"; > RemoteViews remoteViews = new RemoteViews(context.getPackageName(), > R.layout.main); > remoteViews.setTextViewText(R.id.TextView01,link); > > > when i run the widget and click on the link the application > forcecloses > > Help me out .... Thanks ... > I WANT A LINK TO OPEN A WEB BROWSER IN MY WIDGET if there is some > other way tell me > > thanks..... > > -- > 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 > -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy Android Training in NYC: http://marakana.com/training/android/ -- 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

