Android app crash on creating a meeting because of missing Flexbox dependency

Description
My Android app uses the Zoom SDK.
After upgrading to 5.2.41727.0928, my app crashes on starting a meeting because the flexbox dependency is missing.

Which version?

  • With 5.0.24437.0708 everything works fine.
  • After upgrade to 5.2.41727.0928 my app crashes when creating a meeting. Logcat shows an exception about missing flexbox library.

Workaround
Add this line to my gradle dependencies and everything works again.
implementation 'com.google.android:flexbox:2.0.1'
But I do not expect to have to add dependencies. I should only have to include the Zoom SDK.

Smartphone (please complete the following information):

  • Various.

Hi @nickbutcher1, thanks for the post.

With our most recent release, we have updated the required dependencies for the SDK listed here. You have already identified and added the dependency that was missing, but I wanted to reiterate the need for those dependencies just in case. :slightly_smiling_face:

As far as not having to add dependencies goes, I will forward this internally in the hopes that we can provide the experience you are looking for in the future.

Thanks!

Thanks. Sorry I missed that. It is clear now!