Java.lang.verifyerror如何解决,甚至找出根源在哪里? [英] Java.lang.verifyerror how do I fix or even find out the root cause?

查看:510
本文介绍了Java.lang.verifyerror如何解决,甚至找出根源在哪里?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

目前正在经历一场噩梦试图修复java.lang.verifyerror,是有与日食的问题,所以我决定卸载并重新安装它,一切似乎都正常,直到我试图启动应用程序然而,这就是当我发现我不能启动的应用程序了,每次我尝试劳克它崩溃,给我这个错误,我不知道它是什么造成的错误日志给我一点线索,我不能在互联网上找到任何具体的答案,谁能告诉我什么是错基于我logcat的?任何帮助将要走一段路由于长期

  05-26 23:11:45.391:E / AndroidRuntime(624):致命异常:主要
05-26 23:11:45.391:E / AndroidRuntime(624):java.lang.VerifyError:COM / vineline /秒/ OTweetApplication
05-26 23:11:45.391:E / AndroidRuntime(624):在java.lang.Class.newInstanceImpl(本机方法)
05-26 23:11:45.391:E / AndroidRuntime(624):在java.lang.Class.newInstance(Class.java:1319)
05-26 23:11:45.391:E / AndroidRuntime(624):在android.app.Instrumentation.newApplication(Instrumentation.java:957)
05-26 23:11:45.391:E / AndroidRuntime(624):在android.app.Instrumentation.newApplication(Instrumentation.java:942)
05-26 23:11:45.391:E / AndroidRuntime(624):在android.app.LoadedApk.makeApplication(LoadedApk.java:477)
05-26 23:11:45.391:E / AndroidRuntime(624):在android.app.ActivityThread.handleBindApplication(ActivityThread.java:3909)
05-26 23:11:45.391:E / AndroidRuntime(624):在android.app.ActivityThread.access $ 1300(ActivityThread.java:122)
05-26 23:11:45.391:E / AndroidRuntime(624):在android.app.ActivityThread $ H.handleMessage(ActivityThread.java:1184)
05-26 23:11:45.391:E / AndroidRuntime(624):在android.os.Handler.dispatchMessage(Handler.java:99)
05-26 23:11:45.391:E / AndroidRuntime(624):在android.os.Looper.loop(Looper.java:137)
05-26 23:11:45.391:E / AndroidRuntime(624):在android.app.ActivityThread.main(ActivityThread.java:4340)
05-26 23:11:45.391:E / AndroidRuntime(624):在java.lang.reflect.Method.invokeNative(本机方法)
05-26 23:11:45.391:E / AndroidRuntime(624):在java.lang.reflect.Method.invoke(Method.java:511)
05-26 23:11:45.391:E / AndroidRuntime(624):在com.android.internal.os.ZygoteInit $ MethodAndArgsCaller.run(ZygoteInit.java:784)
05-26 23:11:45.391:E / AndroidRuntime(624):在com.android.internal.os.ZygoteInit.main(ZygoteInit.java:551)
05-26 23:11:45.391:E / AndroidRuntime(624):在dalvik.system.NativeStart.main(本机方法)
 

解决方案

这是与ADT V22的一个问题。这是pretty的很难解决。有一些建议,在这里:<一href="http://commonsware.com/blog/2013/05/23/do-not-manually-modify-eclipse-build-path-except-now-r22.html">The CommonsBlog - 不要手动修改你的Eclipse构建路径...除了现在的R22 (感谢StreetsOfBoston和CommonswareGuy)

Currently going through a nightmare attempting to fix a java.lang.verifyerror, was having issues with eclipse so I decided to uninstall and reinstall it, everything seemed normal until I tried to launch the app, thats when I noticed that I couldnt launch the app anymore, everytime I try to lauch it it crashes and gives me this error, however I have no clue what is causing it as the error log gives me little clues and I cant find any concrete answers on the internet, can anyone tell me what is wrong based on my logcat? any help will go a long way thanks

05-26 23:11:45.391: E/AndroidRuntime(624): FATAL EXCEPTION: main
05-26 23:11:45.391: E/AndroidRuntime(624): java.lang.VerifyError: com/vineline/second/OTweetApplication
05-26 23:11:45.391: E/AndroidRuntime(624):  at java.lang.Class.newInstanceImpl(Native Method)
05-26 23:11:45.391: E/AndroidRuntime(624):  at java.lang.Class.newInstance(Class.java:1319)
05-26 23:11:45.391: E/AndroidRuntime(624):  at android.app.Instrumentation.newApplication(Instrumentation.java:957)
05-26 23:11:45.391: E/AndroidRuntime(624):  at android.app.Instrumentation.newApplication(Instrumentation.java:942)
05-26 23:11:45.391: E/AndroidRuntime(624):  at android.app.LoadedApk.makeApplication(LoadedApk.java:477)
05-26 23:11:45.391: E/AndroidRuntime(624):  at android.app.ActivityThread.handleBindApplication(ActivityThread.java:3909)
05-26 23:11:45.391: E/AndroidRuntime(624):  at android.app.ActivityThread.access$1300(ActivityThread.java:122)
05-26 23:11:45.391: E/AndroidRuntime(624):  at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1184)
05-26 23:11:45.391: E/AndroidRuntime(624):  at android.os.Handler.dispatchMessage(Handler.java:99)
05-26 23:11:45.391: E/AndroidRuntime(624):  at android.os.Looper.loop(Looper.java:137)
05-26 23:11:45.391: E/AndroidRuntime(624):  at android.app.ActivityThread.main(ActivityThread.java:4340)
05-26 23:11:45.391: E/AndroidRuntime(624):  at java.lang.reflect.Method.invokeNative(Native Method)
05-26 23:11:45.391: E/AndroidRuntime(624):  at java.lang.reflect.Method.invoke(Method.java:511)
05-26 23:11:45.391: E/AndroidRuntime(624):  at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:784)
05-26 23:11:45.391: E/AndroidRuntime(624):  at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:551)
05-26 23:11:45.391: E/AndroidRuntime(624):  at dalvik.system.NativeStart.main(Native Method)

解决方案

This is a problem with ADT v22. It is pretty hard to fix. There are some suggestions here: The CommonsBlog - Don't Manually Modify Your Eclipse Build Path... Except Now for R22 (thanks to StreetsOfBoston and CommonswareGuy)

这篇关于Java.lang.verifyerror如何解决,甚至找出根源在哪里?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆