Intercom plugin fails to run on Android, any ideas?

I have been struggling to get the Intercom plugin working with Android. I have followed instructions as described here. Everything builds, but the app fails to start in android with the following exception:

I/cr_LibraryLoader: Loaded native library version number "91.0.4472.114"
I/cr_CachingUmaRecorder: Flushed 6 samples from 6 histograms.
D/CompatibilityChangeReporter: Compat change id reported: 171228096; UID 10148; state: ENABLED
D/Capacitor: Starting BridgeActivity
W/System.err: java.lang.ClassNotFoundException: io.intercom.android.sdk.IntercomBridge
W/System.err:     at java.lang.Class.classForName(Native Method)
W/System.err:     at java.lang.Class.forName(Class.java:454)
W/System.err:     at java.lang.Class.forName(Class.java:379)
W/System.err:     at org.apache.cordova.PluginManager.instantiatePlugin(PluginManager.java:489)
W/System.err:     at org.apache.cordova.PluginManager.getPlugin(PluginManager.java:169)
W/System.err:     at org.apache.cordova.PluginManager.startupPlugins(PluginManager.java:97)
W/System.err:     at org.apache.cordova.PluginManager.init(PluginManager.java:86)
W/System.err:     at com.getcapacitor.cordova.MockCordovaWebViewImpl.init(MockCordovaWebViewImpl.java:58)
W/System.err:     at com.getcapacitor.Bridge$Builder.create(Bridge.java:1300)
W/System.err:     at com.getcapacitor.BridgeActivity.load(BridgeActivity.java:72)
W/System.err:     at com.getcapacitor.BridgeActivity.onStart(BridgeActivity.java:110)
W/System.err:     at android.app.Instrumentation.callActivityOnStart(Instrumentation.java:1467)
W/System.err:     at android.app.Activity.performStart(Activity.java:8079)
W/System.err:     at android.app.ActivityThread.handleStartActivity(ActivityThread.java:3710)
W/System.err:     at android.app.servertransaction.TransactionExecutor.performLifecycleSequence(TransactionExecutor.java:221)
W/System.err:     at android.app.servertransaction.TransactionExecutor.cycleToPath(TransactionExecutor.java:201)
W/System.err:     at android.app.servertransaction.TransactionExecutor.executeLifecycleState(TransactionExecutor.java:173)
W/System.err:     at android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:97)
W/System.err:     at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2252)
W/System.err:     at android.os.Handler.dispatchMessage(Handler.java:106)
W/System.err:     at android.os.Looper.loopOnce(Looper.java:201)
W/System.err:     at android.os.Looper.loop(Looper.java:288)
W/System.err:     at android.app.ActivityThread.main(ActivityThread.java:7842)
W/System.err:     at java.lang.reflect.Method.invoke(Native Method)
W/System.err:     at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548)
W/System.err:     at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1003)
W/System.err: Caused by: java.lang.ClassNotFoundException: Didn't find class "io.intercom.android.sdk.IntercomBridge" on path: DexPathList[[zip file "/data/app/~~jfZEfLfCP1xDGSVusQ4FHA==/com.rkkn.driversseatcoop2-SjnoisYUbi8DNEs3U90f2A==/base.apk"],nativeLibraryDirectories=[/data/app/~~jfZEfLfCP1xDGSVusQ4FHA==/com.rkkn.driversseatcoop2-SjnoisYUbi8DNEs3U90f2A==/lib/arm64, /data/app/~~jfZEfLfCP1xDGSVusQ4FHA==/com.rkkn.driversseatcoop2-SjnoisYUbi8DNEs3U90f2A==/base.apk!/lib/arm64-v8a, /system/lib64, /system_ext/lib64]]

This post describes the same situation, but it seems to have been closed without further discussion. @Jongbonga, were you able to resolve this issue. It seems that I am encountering the same issue.

Any help would be appreciated.

Yes, are you still sruggling?

sorry for not seeing this. We were strugging, but we wound up making a fork and fixing the one line that was causing the problem. How about you, are you having trouble with this?