Android的 - 的VerifyError [英] Android - VerifyError

查看:150
本文介绍了Android的 - 的VerifyError的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

这是我在Android开发者控制台从数百我的用户得到一个错误。

this is an error I am getting in Android Developer Console from hundreds of my users.

我已经花整天试图解决在code中的问题,并花了9版本和我仍然得到这些错误报告。我的应用程序具有天和它的崩溃的装置的约10%约5000的下载。我的应用程序的评级下降4.7至3.0在短短的一天,因为这一点。

I've spend entire day trying to fix the issue in code and it took 9 releases and I am still getting these error reports. My application has about 5 thousand downloads a day and on about 10% of the devices it's crashing. Rating of my application went down from 4.7 to 3.0 in just one day because of this.

我简直不明白这一点。

我在让别人点实际的远程连接到我的机器,并支付看看吧。

I am at the point of letting someone actually remote connect to my machine and pay to look at it.

总之,长话短说。我昨天晚上做过code的更新,我已经从我的应用程序卸载谷歌的广告。增加了code的一点​​,应用程序发布到Android市场。今天早上,我有200个错误报告。应用程序崩溃在许多设备上。

Anyhow, long story short. I've done an update in code last night and I've uninstalled google ads from my app. Added little bit of code and released app to android market. This morning I had 200 error reports. App is crashing on many devices.

我去了错误报告,这是大多数人越来越:

I went to error reports and this is what most people are getting:

java.lang.VerifyError: a.xml.a$Searching
at a.xml.a.startTalkingActivity(a.java:849)
at a.xml.a.onActivityResult(a.java:1053)
at android.app.Activity.dispatchActivityResult(Activity.java:3890)
at android.app.ActivityThread.deliverResults(ActivityThread.java:3511)
at android.app.ActivityThread.handleSendResult(ActivityThread.java:3557)
at android.app.ActivityThread.access$2800(ActivityThread.java:125)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2063)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loop(Looper.java:123)
at android.app.ActivityThread.main(ActivityThread.java:4627)
at java.lang.reflect.Method.invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:521)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:860)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:618)
at dalvik.system.NativeStart.main(Native Method)

我已经把广告回来,但错误滚滚而来。我已经删除code,我补充说,错误依然存在,而且越来越愤怒的评论抱怨崩溃上的一个按钮preSS的。

I've put ads back in, but error keep coming. I've removed code I've added, error still there and getting more angry reviews complaining of crashing on a button press.

我快要疯了这里,我AP preciate任何帮助与此有关。我想不通这是什么错误表示。

I am going crazy here, I'd appreciate any help with this. I can't figure out what this error means.

推荐答案

您似乎有一个搜索内部类 a.xml的。一个类。这搜索内部类是指一些未在用户的设备上存在,即使它在你的构建目标存在。

You appear to have a Searching inner class of the a.xml.a class. That Searching inner class is referring to something that does not exist on the users' devices, even though it existed in your build target.

您可能会暂时放下你的构建目标是与您的的minSdkVersion (如果它不存在的话),并查看是否有该类轮番上涨。

You might temporarily drop your build target to be the same as your minSdkVersion (if it isn't there already) and see if anything turns up in this class.

除此之外,试图找到其上的应用程序出现故障(例如,操作系统版本)设备的共同特点。

Beyond that, try to find common characteristics of the devices on which the app is failing (e.g., OS version).

这篇关于Android的 - 的VerifyError的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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