Hi,I was generating a build with MABS 10 for the mobile app. The Twilio plugin is compatible with IOS but unfortunately not with Android. The build shows errors like :
[2024-06-10T13:44:40.584Z] [ERROR] [Build] Attribute application@appComponentFactory value=(androidx.core.app.CoreComponentFactory) from [androidx.core:core:1.9.0] AndroidManifest.xml:28:18-86
[2024-06-10T13:44:40.584Z] [ERROR] [Build] is also present at [com.android.support:support-compat:28.0.0] AndroidManifest.xml:22:18-91 value=(android.support.v4.app.CoreComponentFactory).
[2024-06-10T13:44:40.584Z] [ERROR] [Build] Suggestion: add 'tools:replace="android:appComponentFactory"' to element at AndroidManifest.xml:11:5-34:19 to override.
[2024-06-10T13:44:40.584Z] [ERROR] [Build] FAILURE: Build failed with an exception.
--------------------------------------------------------------------------------
Possible Solution
Under the android>src>twiliovideo.gradle I see the dependencies as below :
implementation 'com.android.support:appcompat-v7:28.0.0implementation 'com.android.support:design:28.0.0
which I believe to be replaced with androidX standards
implementation 'androidx.appcompat:appcompat:1.0.2' implementation 'com.google.android.material:material:1.0.0'
Any help much appreciated,
Thanks
The force info said that: It is compatible with MABS 8, so I think you create request for force innovation or try another force or just gen MABS 8
Hi,
We’re working to make this component compatible with the mabs 10. For now, this plugin support the mabs 9. One aditional note, this twilio product Will be deprecated, according the twilio communication.
ty.
Hello Goncalo.Yes, Twilio service will be deprecated by dec-2026, but I am planning to migrate to Zoom or another alternative ASAP :)
Thanks for your efforts.
We are working at the same time, developing plugins for zoom. The new plugins Will be on forge very soon.
ty
Hello,
Solved on Version 4.0.7 .
TY