Fatal Exception: java.lang.NullPointerException

SDK Version : v5.4.3.613
Fatal Exception: java.lang.NullPointerException
Attempt to invoke virtual method ‘android.view.View android.view.View.findViewById(int)’ on a null object reference

Fatal Exception: java.lang.NullPointerException: Attempt to invoke virtual method ‘android.view.View android.view.View.findViewById(int)’ on a null object reference
at com.zipow.videobox.ConfActivityNormal.updateMeetingNumberTextViewWidth(ConfActivityNormal.java:1652)
at com.zipow.videobox.ConfActivityNormal.onConfigurationChanged(ConfActivityNormal.java:1453)
at android.app.ActivityThread.performActivityConfigurationChanged(ActivityThread.java:5081)
at android.app.ActivityThread.performConfigurationChangedForActivity(ActivityThread.java:4948)
at android.app.ActivityThread.performConfigurationChangedForActivity(ActivityThread.java:4926)
at android.app.ActivityThread.handleActivityConfigurationChanged(ActivityThread.java:5293)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1811)
at android.os.Handler.dispatchMessage(Handler.java:106)
at android.os.Looper.loop(Looper.java:192)
at android.app.ActivityThread.main(ActivityThread.java:6711)
at java.lang.reflect.Method.invoke(Method.java)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:549)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:826)

Please help to fix this crash.

Hi @rk9629304097, thanks for using the dev forum.

Sorry to hear you are running into this crash. Can you please update to the latest version of the SDK and see if you are still getting the crash? If so, are you able to reproduce it in the sample app included with the SDK?

Thanks!

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.