[android-developers] Re: java.lang.VerifyError error at the time of using gson library on HTC desire

2011-03-10 Thread fadden
On Mar 10, 3:49 am, Manish Garg wrote: > I am getting java.lang.VerifyError error at the time of parsing one > json response on HTC desire. My application is running fine on other > device, only on HTC desire I am getting this error. What versions of Android are they running? There's generally a

[android-developers] Re: java.lang.VerifyError - please help me some one

2009-06-03 Thread Mark Murphy
manoj wrote: > Hi friends, > > I have written an application which uses 3rd party library .jar files. > > This app worked fine for android 1.0 supported devices. But when I ran > the same app on android 1.5 supported device (ADP 1.5), I got the > java.lang.VerifyError. > > Can any one please he

[android-developers] Re: java.lang.VerifyError

2009-05-19 Thread Paul Turchenko
I'm having the same problem. There's got to be a better solution then just avoid usages of classes that dalvik fails to load. On May 18, 4:17 pm, Todd Sjolander wrote: > That error happens when the dalvik VM loads a class into memory.  If > you look into the log, you can find exactly what class

[android-developers] Re: java.lang.VerifyError

2009-05-18 Thread Todd Sjolander
That error happens when the dalvik VM loads a class into memory. If you look into the log, you can find exactly what class is causing the problem. I had that problem recently and found that android.text.format.Time doesn't load for me. I think the only way around it is to avoid using the class.

[android-developers] Re: java.lang.VerifyError

2009-05-17 Thread scorpio
Hi, I added third party jar.It builds, but when executed showing "java.lang.verifyerror", what shall I do. Shall I unzip the jar, and include all java classes that I needed. I feel its an option, any other better option is there. What may be the exact reason for this error Thanks Nithin On Ma

[android-developers] Re: java.lang.VerifyError -- in Android

2009-02-23 Thread Maddy
Hi Fadden, Thanks for your reply. I had changed the signature of the method and now everything works properly. With this excercise I had learned few things about 'dexdump', thanks a lot for your help. On Feb 20, 11:04 pm, fadden wrote: > On Feb 20, 1:29 am, Maddy wrote: > > > I have done "dexd

[android-developers] Re: java.lang.VerifyError -- in Android

2009-02-20 Thread fadden
On Feb 20, 1:29 am, Maddy wrote: > I have done "dexdump -d" my application (AndJOSCAR) and got > AndJOSCAR.apk.dump file. > > I have opened that file using Ultraedit (Text Editor tool) to look for > any useful information. > > I searched for addRequestImpl and I could not find any reference for >

[android-developers] Re: java.lang.VerifyError -- in Android

2009-02-20 Thread Maddy
Hi Fadden, Thanks for your information. The actual file names are a.java ---> Nullable.java b.java ---> AbstractServiceArbiter.java I have done "dexdump -d" my application (AndJOSCAR) and got AndJOSCAR.apk.dump file. I have opened that file using Ultraedit (Text Editor tool) to look for any u

[android-developers] Re: java.lang.VerifyError -- in Android

2009-02-19 Thread fadden
On Feb 19, 10:51 am, Maddy wrote: > I am getting java.lang.VerifyError even though I am compiling all code > in Android platform and I do not use any external jars. The details > are follows, [...] >

[android-developers] Re: java.lang.VerifyError in Android again

2008-12-08 Thread fadden
On Dec 5, 10:56 am, Claudio Veas <[EMAIL PROTECTED]> wrote: > I was wondering if anybody knows which are the classes/interfaces/ > fields/methods not > supported by Android because Im getting a Verify error and I cannot > identify which is the part of the class that is causing it. The output from

[android-developers] Re: java.lang.VerifyError in Android again

2008-12-06 Thread AlCapwn
I was getting this yesterday, My code was something like this: mainActivity.java: //all the usual stuff here, onCreate, etc boolean ssl = getSettingFromPrefs(); //not a real method, just an example Server s = new Server(host, port, ssl); new Thread(s).start(); Server.java //all the usual stuff

[android-developers] Re: java.lang.VerifyError in Android again

2008-12-05 Thread Claudio Veas
Yeah the problem is that the file that has this issue is internal of the company that I work for and I cannot show it in a public space so that was why I was so not specific about the bug. Any way if you know which classes/methods/etc cause these kinds of problems Ill apreciate it. Thanks again Cl

[android-developers] Re: java.lang.VerifyError in Android again

2008-12-05 Thread jacek
You need to give us more details on the exact verify error On Dec 5, 1:56 pm, Claudio Veas <[EMAIL PROTECTED]> wrote: > I was wondering if anybody knows which are the classes/interfaces/ > fields/methods not > supported by Android because Im getting a Verify error and I cannot > identify which is

[android-developers] Re: java.lang.VerifyError with 0.9

2008-09-23 Thread Biosopher
Tracked down the same VerifyError in my own code. Turns out that my .jar file was incomplete (missing a .class file). Now that the .class is added back, all works fine. - Anthony --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Go

[android-developers] Re: java.lang.VerifyError

2008-09-23 Thread Biosopher
Tracked down this bug in my own code. Turns out that my .jar file was incomplete (missing a .class file). Now that the .class is added back, all works fine. - Anthony --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

[android-developers] Re: java.lang.VerifyError

2008-09-19 Thread Biosopher
Same problem here. Is there a PERMISSION variable that must be set in the manifest.xml file or something? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email