Soru & Cevap

Uygulama durdu hatası (Log Çıktılarıyla Birlikte) ...

01.01.2017 - 03:04

Merhaba arkadaşlar , android studioda projemde uygulamayı denerken uygulama durdu hatası almaktayım.Log çıktısı aşağıda . Bu sorunu nasıl çözebilirim ?

 

12-30 15:31:52.108 6677-6677/com.ulam.vido W/dalvikvm: VFY: unable to resolve new-instance 7462 (Lcom/ulam/vido/CameraActivity$2;) in Lcom/ulam/vido/CameraActivity;
12-30 15:31:52.113 6677-6677/com.ulam.vido D/dalvikvm: VFY: replacing opcode 0x22 at 0x001c
12-30 15:31:52.113 6677-6677/com.ulam.vido W/dalvikvm: VFY: unable to find class referenced in signature (Landroid/hardware/camera2/CameraCaptureSession;)
12-30 15:31:52.128 6677-6677/com.ulam.vido W/dalvikvm: VFY: unable to find class referenced in signature (Landroid/hardware/camera2/CameraCaptureSession;)
12-30 15:31:52.133 6677-6677/com.ulam.vido W/dalvikvm: VFY: unable to find class referenced in signature (Landroid/hardware/camera2/CameraDevice;)
12-30 15:31:52.133 6677-6677/com.ulam.vido W/dalvikvm: VFY: unable to find class referenced in signature (Landroid/hardware/camera2/CameraDevice;)
12-30 15:31:52.138 6677-6677/com.ulam.vido W/dalvikvm: VFY: unable to find class referenced in signature ([Landroid/util/Size;)
12-30 15:31:52.138 6677-6677/com.ulam.vido W/dalvikvm: VFY: unable to find class referenced in signature (Landroid/util/Size;)
12-30 15:31:52.138 6677-6677/com.ulam.vido I/dalvikvm: Could not find method android.util.Size.getWidth, referenced from method com.ulam.vido.CameraActivity.chooseOptimalSize
12-30 15:31:52.138 6677-6677/com.ulam.vido W/dalvikvm: VFY: unable to resolve virtual method 19903: Landroid/util/Size;.getWidth ()I
12-30 15:31:52.138 6677-6677/com.ulam.vido D/dalvikvm: VFY: replacing opcode 0x6e at 0x0006
12-30 15:31:52.138 6677-6677/com.ulam.vido W/dalvikvm: VFY: unable to find class referenced in signature ([Landroid/util/Size;)
12-30 15:31:52.138 6677-6677/com.ulam.vido I/dalvikvm: Could not find method android.util.Size.getWidth, referenced from method com.ulam.vido.CameraActivity.chooseVideoSize
12-30 15:31:52.138 6677-6677/com.ulam.vido W/dalvikvm: VFY: unable to resolve virtual method 19903: Landroid/util/Size;.getWidth ()I
12-30 15:31:52.143 6677-6677/com.ulam.vido D/dalvikvm: VFY: replacing opcode 0x6e at 0x0006
12-30 15:31:52.143 6677-6677/com.ulam.vido W/dalvikvm: VFY: unable to find class referenced in signature (Landroid/util/Size;)
12-30 15:31:52.143 6677-6677/com.ulam.vido I/dalvikvm: Could not find method android.hardware.camera2.CameraDevice.close, referenced from method com.ulam.vido.CameraActivity.closeCamera
12-30 15:31:52.143 6677-6677/com.ulam.vido W/dalvikvm: VFY: unable to resolve virtual method 1183: Landroid/hardware/camera2/CameraDevice;.close ()V
12-30 15:31:52.143 6677-6677/com.ulam.vido D/dalvikvm: VFY: replacing opcode 0x6e at 0x000e
12-30 15:31:52.143 6677-6677/com.ulam.vido I/dalvikvm: Could not find method android.hardware.camera2.CameraCaptureSession.stopRepeating, referenced from method com.ulam.vido.CameraActivity.closePreviewSession
12-30 15:31:52.143 6677-6677/com.ulam.vido W/dalvikvm: VFY: unable to resolve virtual method 1180: Landroid/hardware/camera2/CameraCaptureSession;.stopRepeating ()V
12-30 15:31:52.148 6677-6677/com.ulam.vido D/dalvikvm: VFY: replacing opcode 0x6e at 0x000d
12-30 15:31:52.148 6677-6677/com.ulam.vido W/dalvikvm: VFY: unable to resolve exception class 201 (Landroid/hardware/camera2/CameraAccessException;)
12-30 15:31:52.148 6677-6677/com.ulam.vido W/dalvikvm: VFY: unable to find exception handler at addr 0x16
12-30 15:31:52.148 6677-6677/com.ulam.vido W/dalvikvm: VFY:  rejected Lcom/ulam/vido/CameraActivity;.closePreviewSession ()V
12-30 15:31:52.148 6677-6677/com.ulam.vido W/dalvikvm: VFY:  rejecting opcode 0x0d at 0x0016
12-30 15:31:52.148 6677-6677/com.ulam.vido W/dalvikvm: VFY:  rejected Lcom/ulam/vido/CameraActivity;.closePreviewSession ()V
12-30 15:31:52.148 6677-6677/com.ulam.vido W/dalvikvm: Verifier rejected class Lcom/ulam/vido/CameraActivity;
12-30 15:31:52.148 6677-6677/com.ulam.vido W/dalvikvm: Class init failed in newInstance call (Lcom/ulam/vido/CameraActivity;)
12-30 15:31:52.148 6677-6677/com.ulam.vido D/AndroidRuntime: Shutting down VM
12-30 15:31:52.148 6677-6677/com.ulam.vido W/dalvikvm: threadid=1: thread exiting with uncaught exception (group=0x411c82a0)
12-30 15:31:52.168 6677-6677/com.ulam.vido E/AndroidRuntime: FATAL EXCEPTION: main
                                                             java.lang.VerifyError: com/ulam/vido/CameraActivity
                                                                 at java.lang.Class.newInstanceImpl(Native Method)
                                                                 at java.lang.Class.newInstance(Class.java:1319)
                                                                 at android.app.Instrumentation.newActivity(Instrumentation.java:1068)
                                                                 at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2025)
                                                                 at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2135)
                                                                 at android.app.ActivityThread.access$700(ActivityThread.java:140)
                                                                 at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1237)
                                                                 at android.os.Handler.dispatchMessage(Handler.java:99)
                                                                 at android.os.Looper.loop(Looper.java:137)
                                                                 at android.app.ActivityThread.main(ActivityThread.java:4921)
                                                                 at java.lang.reflect.Method.invokeNative(Native Method)
                                                                 at java.lang.reflect.Method.invoke(Method.java:511)
                                                                 at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1038)
                                                                 at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:805)
                                                                 at dalvik.system.NativeStart.main(Native Method)
12-30 15:31:55.048 6677-6677/com.ulam.vido I/Process: Sending signal. PID: 6677 SIG: 9

 

3 Görüntülenme

1 Cevap

Sitedeki sorulara cevap verebilmek için giriş yapın ya da üye olun.

Profile picture for user osman.asar
osman.asar
14.12.2019 - 04:12

https://stackoverflow.com/questions/23067886/vfy-unable-to-resolve-lots-of-stuff Umarım faydası olur