Bonjour,

Voilà j'obtiens une erreur sur un setOnPreferenceChangeListener, je n'arrive pas à comprendre d'ou cela provient c'est pour ça que j'en appelle à votre aide.

Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
 
03-29 19:56:26.116 9884-9884/package E/AndroidRuntime: FATAL EXCEPTION: main
                                                                             java.lang.VerifyError: com/setOnc/ChoixDMCP$3
                                                                                 at com.mycoprod.akhetib.mycoprod.ChoixDMCP.onCreate(ChoixDMCP.java:118)
                                                                                 at android.app.Activity.performCreate(Activity.java:5372)
                                                                                 at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1104)
                                                                                 at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2257)
                                                                                 at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2349)
                                                                                 at android.app.ActivityThread.access$700(ActivityThread.java:159)
                                                                                 at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1316)
                                                                                 at android.os.Handler.dispatchMessage(Handler.java:99)
                                                                                 at android.os.Looper.loop(Looper.java:176)
                                                                                 at android.app.ActivityThread.main(ActivityThread.java:5419)
                                                                                 at java.lang.reflect.Method.invokeNative(Native Method)
                                                                                 at java.lang.reflect.Method.invoke(Method.java:525)
                                                                                 at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1046)
                                                                                 at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:862)
                                                                                 at dalvik.system.NativeStart.main(Native Method)
please helpme