VerifyError - Vom Verifizierer abgelehnte Klasse

Ich entwickle für 2.2 (minSdkVersion=8) und plötzlich erhalte ich diesen Fehler:

arbitrarily rejecting large method (regs=75 count=28584)
rejected Lcom/Demo/Loyalty/SelectType;.onClick (Landroid/view/View;)V
Verifier rejected class Lcom/Demo/Loyalty/SelectType;
Class init failed in newInstance call (Lcom/Demo/Loyalty/SelectType;)


java.lang.VerifyError: com.Demo.Loyalty.SelectType
at java.lang.Class.newInstanceImpl(Native Method)
at java.lang.Class.newInstance(Class.java:1429)
at android.app.Instrumentation.newActivity(Instrumentation.java:1022)
at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2577)
at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2679)
at android.app.ActivityThread.access$2300(ActivityThread.java:125)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2033)
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:858)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:616)
at dalvik.system.NativeStart.main(Native Method)

Es hat bis jetzt gut funktioniert.

Hinweis :SelectType Klasse hat rund 16000 Codezeilen, aber das ist nicht so groß, denke ich.

Ich suche viel im Internet und aus den Antworten habe ich folgendes gemacht:

Bereinigen Sie das ProjektSetzen Sie den ADB zurückStarten Sie Emulator / Gerät / Eclipse neuÜberprüft, ob das Feld für die Drittanbieter-Bibliothek im Erstellungspfad aktiviert ist

Aber ich bekomme immer noch diesen Fehler.

Jede Hilfe dankbar.

Antworten auf die Frage(1)

Ihre Antwort auf die Frage