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
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;
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
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
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
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
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
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
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
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
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
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
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
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
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
15 matches
Mail list logo