Note that there are some explanatory texts on larger screens.

plurals
  1. POAndroid java.lang.VerifyError: com/company/project/Main
    text
    copied!<p>I am absolutely defeated by this issue, I saw some similar questions but none were of any help. I cannot seem to run an application that I as running just fine a few days ago. </p> <p>I am getting the dreaded, VerifyError and was hoping that someone might be able to figure out where I am going wrong.</p> <p><strong>Here is a screen shots of my project build path</strong></p> <p><em>Libraries</em></p> <p><img src="https://i.stack.imgur.com/y2011.png" alt="enter image description here"></p> <p><em>Order and Export</em></p> <p><img src="https://i.stack.imgur.com/GkfEY.png" alt="enter image description here"></p> <p><strong>Here is my complete stack trace</strong></p> <pre><code>03-20 00:01:07.176: E/AndroidRuntime(13968): FATAL EXCEPTION: main 03-20 00:01:07.176: E/AndroidRuntime(13968): java.lang.VerifyError: com/snrblabs/bishop/Main 03-20 00:01:07.176: E/AndroidRuntime(13968): at java.lang.Class.newInstanceImpl(Native Method) 03-20 00:01:07.176: E/AndroidRuntime(13968): at java.lang.Class.newInstance(Class.java:1319) 03-20 00:01:07.176: E/AndroidRuntime(13968): at android.app.Instrumentation.newActivity(Instrumentation.java:1054) 03-20 00:01:07.176: E/AndroidRuntime(13968): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2097) 03-20 00:01:07.176: E/AndroidRuntime(13968): at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2230) 03-20 00:01:07.176: E/AndroidRuntime(13968): at android.app.ActivityThread.access$600(ActivityThread.java:141) 03-20 00:01:07.176: E/AndroidRuntime(13968): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1234) 03-20 00:01:07.176: E/AndroidRuntime(13968): at android.os.Handler.dispatchMessage(Handler.java:99) 03-20 00:01:07.176: E/AndroidRuntime(13968): at android.os.Looper.loop(Looper.java:137) 03-20 00:01:07.176: E/AndroidRuntime(13968): at android.app.ActivityThread.main(ActivityThread.java:5041) 03-20 00:01:07.176: E/AndroidRuntime(13968): at java.lang.reflect.Method.invokeNative(Native Method) 03-20 00:01:07.176: E/AndroidRuntime(13968): at java.lang.reflect.Method.invoke(Method.java:511) 03-20 00:01:07.176: E/AndroidRuntime(13968): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:793) 03-20 00:01:07.176: E/AndroidRuntime(13968): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:560) 03-20 00:01:07.176: E/AndroidRuntime(13968): at dalvik.system.NativeStart.main(Native Method) </code></pre> <p><strong>And here is my classpath</strong></p> <pre><code> &lt;?xml version="1.0" encoding="UTF-8"?&gt; &lt;classpath&gt; &lt;classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/&gt; &lt;classpathentry kind="lib" path="C:/Sources/Third Party Libraries/dom4j-1.6.1.jar"/&gt; &lt;classpathentry kind="lib" path="C:/Sources/Third Party Libraries/google-voice-java-1.10-java6.jar"/&gt; &lt;classpathentry kind="lib" path="C:/Sources/Third Party Libraries/jaxen-1.1.3.jar"/&gt; &lt;classpathentry kind="lib" path="C:/Sources/Third Party Libraries/json.jar"/&gt; &lt;classpathentry kind="lib" path="C:/Sources/Third Party Libraries/jtidy.jar"/&gt; &lt;classpathentry kind="src" path="src"/&gt; &lt;classpathentry kind="src" path="gen"/&gt; &lt;classpathentry kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/&gt; &lt;classpathentry kind="output" path="bin/classes"/&gt; &lt;/classpath&gt; </code></pre> <p><strong>EDIT</strong></p> <p>So the issue appears to occur because I am trying to upgrade the google-voice-java library,</p> <p>when I reverted to an older build with the older library I was just fine. However when I tried to add the newest google-voice-java library I received the same error.</p> <p><strong><em>And yes I cleaned and build my project</em></strong></p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload