Cant compile project with zoom-sdk-android-5.10.3.5614

Description
Added new aar files to the project and it stopped compiling; right now I get these errors during compilation:

ERROR:…/mobilertc/build/.transforms/42c24c5312b81f430e37c2c6576a3600/transformed/jetified-mobilertc/res/layout/sip_video_player_control.xml:69: AAPT: error: resource dimen/exo_styled_controls_padding (aka com.testapp:dimen/exo_styled_controls_padding) not found.

ERROR:…/mobilertc/build/.transforms/42c24c5312b81f430e37c2c6576a3600/transformed/jetified-mobilertc/res/layout/sip_video_player_control.xml:69: AAPT: error: resource id/exo_center_controls (aka com.testapp:id/exo_center_controls) not found.

AND

ERROR:…/mobilertc/build/.transforms/42c24c5312b81f430e37c2c6576a3600/transformed/jetified-mobilertc/res/layout/sip_videomail_player_control.xml:60: AAPT: error: resource dimen/exo_styled_controls_padding (aka com.testapp:dimen/exo_styled_controls_padding) not found.

ERROR:…/mobilertc/build/.transforms/42c24c5312b81f430e37c2c6576a3600/transformed/jetified-mobilertc/res/layout/sip_videomail_player_control.xml:60: AAPT: error: resource id/exo_center_controls (aka com.testapp:id/exo_center_controls) not found.

Which Android Meeting SDK version?
5.10.3.5614

Smartphone (please complete the following information):

  • Device: Pixel 3a XL
  • OS: Android 12

Hi @ederevyanko,

Usually these types of errors are due to dependencies required by the SDK not being included in the project it was integrated into. Can you please confirm that you’ve added all of the required dependencies? You can compare against the mobilertc/build.gradle file in the SDK sample app if you aren’t sure.

Thanks!

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