You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Nice development, however I'm stuck on this. I'm not a real developper and relatively new to this. I managed to get the CaptureSync build and installed on my Huawei FIG-LX1. When activating the App it does not go in UI mode (unless HotSpot switched on). In de debug logging I find these 2 entries:
am_crash: [2057,0,com.googleresearch.capturesync,552124230,java.lang.NullPointerException,Attempt to invoke virtual method 'android.view.SurfaceHolder com.googleresearch.capturesync.AutoFitSurfaceView.getHolder()' on a null object reference,MainActivity.java,245]
am_crash: [2485,0,com.googleresearch.capturesync,552124230,java.lang.NullPointerException,Unable to start activity ComponentInfo{com.googleresearch.capturesync/com.googleresearch.capturesync.MainActivity}: java.lang.NullPointerException,Objects.java,203]
Hi All,
Nice development, however I'm stuck on this. I'm not a real developper and relatively new to this. I managed to get the CaptureSync build and installed on my Huawei FIG-LX1. When activating the App it does not go in UI mode (unless HotSpot switched on). In de debug logging I find these 2 entries:
am_crash: [2057,0,com.googleresearch.capturesync,552124230,java.lang.NullPointerException,Attempt to invoke virtual method 'android.view.SurfaceHolder com.googleresearch.capturesync.AutoFitSurfaceView.getHolder()' on a null object reference,MainActivity.java,245]
am_crash: [2485,0,com.googleresearch.capturesync,552124230,java.lang.NullPointerException,Unable to start activity ComponentInfo{com.googleresearch.capturesync/com.googleresearch.capturesync.MainActivity}: java.lang.NullPointerException,Objects.java,203]
These errors relate to this java file
Can anybody help me to solve this issue?
Thx in advance
The text was updated successfully, but these errors were encountered: