Android-Webcam icon indicating copy to clipboard operation
Android-Webcam copied to clipboard

java.lang.IllegalStateException: Tried parsing a class interface when no standard interface has been parsed.

Open acaliaro opened this issue 7 years ago • 0 comments

I have this exception when I confirm the Webcam in the Dialog:

10-29 23:55:11.419 22230-22230/com.jwoolston.android.uvc.demo E/AndroidRuntime: FATAL EXCEPTION: main Process: com.jwoolston.android.uvc.demo, PID: 22230 java.lang.IllegalStateException: Tried parsing a class interface when no standard interface has been parsed. at com.jwoolston.android.uvc.interfaces.Descriptor.parseDescriptors(Descriptor.java:72) at com.jwoolston.android.uvc.WebcamConnection.parseAssiociationDescriptors(WebcamConnection.java:57) at com.jwoolston.android.uvc.WebcamConnection.(WebcamConnection.java:51) at com.jwoolston.android.uvc.WebcamImpl.(WebcamImpl.java:24) at com.jwoolston.android.uvc.WebcamManager.getOrCreateWebcam(WebcamManager.java:46) at com.jwoolston.usb.webcam.app.MainActivity.handleDevice(MainActivity.java:104) at com.jwoolston.usb.webcam.app.MainActivity.onNewIntent(MainActivity.java:65) at android.app.Instrumentation.callActivityOnNewIntent(Instrumentation.java:1212) at android.app.Instrumentation.callActivityOnNewIntent(Instrumentation.java:1224) at android.app.ActivityThread.deliverNewIntents(ActivityThread.java:2545) at android.app.ActivityThread.performNewIntents(ActivityThread.java:2557) at android.app.ActivityThread.handleNewIntent(ActivityThread.java:2566) at android.app.ActivityThread.access$1700(ActivityThread.java:150) at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1416) at android.os.Handler.dispatchMessage(Handler.java:102) at android.os.Looper.loop(Looper.java:148) at android.app.ActivityThread.main(ActivityThread.java:5417) at java.lang.reflect.Method.invoke(Native Method) at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:726) at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:616)

acaliaro avatar Oct 29 '18 22:10 acaliaro