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

2008-10-06 Thread Urakagi
Android uses different Java Compiler with Sun's, so if you build a project with class file(like a compiled jar library) compiled with Sun's Java Compiler that uses classes/interfaces/fields/methods not supported by Android (Actually dakvik), you'll get java.lang.VerifyError. To fix this, you must

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

2009-02-19 Thread Maddy
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, I have two .java files (a.java and b.java) which have the following code, --

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

2008-12-05 Thread Claudio Veas
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. thanks in advance Claudio Veas --~--~-~--~~~---~--~~