App is crashing in Android 12 devices with zoom meeting SDK v5.9.1.3674

Description
The log is an example app, but the same error occurs in our app.

This error occurs when launching an activity that inherits MeetingActivity

Looking at other posts, it seems that there is no Android 12 support schedule yet, so please write a schedule in the comments of this post.

log :

java.io.FileNotFoundException: /system/build.prop: open failed: EACCES (Permission denied)
at libcore.io.IoBridge.open(IoBridge.java:575)
at java.io.FileInputStream.(FileInputStream.java:160)
at us.zoom.androidlib.utils.ZmRomUtils.getSystemProperty(ZmRomUtils.java:94)
at us.zoom.androidlib.utils.ZmRomUtils.getMIUIVersionCode(ZmRomUtils.java:75)
at us.zoom.androidlib.utils.ZmRomUtils.isImmersedModeSupported(ZmRomUtils.java:62)
at com.zipow.videobox.conference.ui.ZmBaseConfActivity.onCreate(ZmBaseConfActivity.java:5)
at com.zipow.videobox.ConfActivity.onCreate(ConfActivity.java:1)
at com.zipow.videobox.d.onCreate(ConfAccessibilityActivity.java:1)
at com.zipow.videobox.ConfActivityNormal.onCreate(ConfActivityNormal.java:7)
at us.zoom.sdk.MeetingActivity.onCreate(MeetingActivity.java:1)
at us.zoom.sdkexample2.MyMeetingActivity.onCreate(MyMeetingActivity.java:62)
at android.app.Activity.performCreate(Activity.java:8282)
at android.app.Activity.performCreate(Activity.java:8262)
at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1329)
at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:4011)
at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:4203)

Which Android Meeting SDK version?
v5.9.1.3674

Smartphone (please complete the following information):

  • Device: Galaxy S20U
  • OS: android 12

Hi @labs, thanks for using the dev forum.

Unfortunately we do not yet have an exact timeline for Android 12 support. Please see this topic for more information.

Thanks!

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