Re: [android-developers] Stack overflow error in android - help needed to execute

2012-03-11 Thread James Black
Have you looked in the referenced eclipse log file? On Sun, Mar 11, 2012 at 6:42 PM, Karthick Siva wrote: > i get a stack overflow error while trying to draw a qr code in canvas, > saying unable to create .dex file and prompting to close eclipse, even > i changed memory in eclipse.ini but nothing

[android-developers] Stack overflow error in android - help needed to execute

2012-03-11 Thread Karthick Siva
i get a stack overflow error while trying to draw a qr code in canvas, saying unable to create .dex file and prompting to close eclipse, even i changed memory in eclipse.ini but nothing worked here is the QRcodeActivity.java file package karthick.vampire; import android.app.Activity;

[android-developers] Stack overflow error

2011-10-28 Thread vani reddy
10-29 00:32:31.026: ERROR/AndroidRuntime(312): java.lang.StackOverflowError 10-29 00:32:31.026: ERROR/AndroidRuntime(312): at android.view.ViewGroup.requestChildFocus(ViewGroup.java:431) 10-29 00:32:31.026: ERROR/AndroidRuntime(312): at android.view.ViewGroup.addViewInner(ViewGroup.java:199

Re: [android-developers] stack overflow error in listview android

2011-10-24 Thread Ratheesh Valamchuzhy
give the full project folder, (easy to find the errors) -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-develope

Re: [android-developers] stack overflow error in listview android

2011-10-24 Thread vijayakumar M
Check u'r XML file... may be error in XML... On Mon, Oct 24, 2011 at 6:37 PM, vani reddy wrote: > > ll=(LinearLayout)findViewById(R.id.listView); > > linflater = (LayoutInflater) > getSystemService(Context.LAYOUT_INFLATER_SERVICE); > search_interest =(EditText)findViewById(R.id

Re: [android-developers] stack overflow error in listview android

2011-10-24 Thread vani reddy
ll=(LinearLayout)findViewById(R.id.listView); linflater = (LayoutInflater) getSystemService(Context.LAYOUT_INFLATER_SERVICE); search_interest =(EditText)findViewById(R.id.search_interest); EditText search_location =(EditText)findViewById(R.id.search_interest); na

Re: [android-developers] stack overflow error in listview android

2011-10-24 Thread Ratheesh Valamchuzhy
give the code -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com For more op

[android-developers] stack overflow error in listview android

2011-10-24 Thread vani reddy
Hi friends, I am getting stack overflow error ,when i scroll the normal listview which comprises of only text . Below the stack trace: 10-24 17:48:43.400: ERROR/AndroidRuntime(912): java.lang.StackOverflowError 10-24 17:48:43.400: ERROR/AndroidRuntime(912): at android.view.ViewGroup.requestC

Re: [android-developers] Stack overflow

2011-05-23 Thread Gaurav
Im a member of Stackoverflow since last Six months. And till the date I am extremely satisfied with the help i get from this community. Also providing your inputs to other members gives helps yourself in the sense that you build up your points, score badges, get noticed, increase your own knowl

Re: [android-developers] Stack overflow

2011-05-21 Thread Julius Spencer
Wow, thank you everyone for the answers! I suspect the questions may be too niche which is why I'm not having much luck. Cheers, Julius. On 21/05/2011, at 10:51 PM, Mark Murphy wrote: > On Fri, May 20, 2011 at 10:27 PM, Julius Spencer wrote: >> After attending IO and talking to the engineer

Re: [android-developers] Stack overflow

2011-05-21 Thread Mark Murphy
On Fri, May 20, 2011 at 10:27 PM, Julius Spencer wrote: > After attending IO and talking to the engineers, I was told to put questions > on stack overflow.  I was wondering - how do I get people to look at these? Based on the last set of stats I ran, 83% of questions posted on StackOverflow in t

[android-developers] Stack overflow

2011-05-20 Thread Julius Spencer
Hi, After attending IO and talking to the engineers, I was told to put questions on stack overflow. I was wondering - how do I get people to look at these? Regards, Julius. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this

[android-developers] Stack overflow error in TextView with text = "ジョルテ"

2011-03-28 Thread Bjorn Backlund
Hello group, I'm getting a stack overflow in ViewRoot.draw when using a text view with text = "ジョルテ". The text view is in a ListView. Is there a way to catch this error and handle it gracefully? ---bjorn -- You received this message because you are subscribed to the Google Groups "Android Devel

[android-developers] stack overflow exception on certain sequence of UNICODE characters, I DONT HAVE TOO MANY LAYERS!

2009-09-02 Thread kevikev2020
Hi, I DO NOT HAVE TOO MANY LAYERS, THIS STACK OVERFLOW EXCEPTION ONLY OCCURS WHEN A CERTAIN UNICODE CHARACTER SEQUENCE COME TO THE LISTVIEW. THIS BUG IS KILLING ME BECAUSE I CANNOT PUT A TRY/CATCH AROUND IT ANYWHERE IN MY CODE: I DO NOT KNOW WHAT THAT SEQUENCE IS, BUT I DO KNOW IT"S A CERTAIN SM

[android-developers] Stack overflow - 32 deep class hierarchy

2008-12-26 Thread thesquib
I have come across an interesting problem. If I have a class hierarchy that is 32 deep and attempt to instantiate the 32nd one, the VM breaks with a stack overflow. I take it this is expected - 32 seems like a 'magic' number. Debugging shows that the VM fails to load the class, tries to throw and