17
Views
5
Comments
[Twilio Video Mobile] Android : Twilio Plugin not compatible with MABS 10 for Android
Question
twilio-video-mobile
Mobile icon
Forge asset by Hugo Pires
Application Type
Mobile

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.0
implementation '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


UserImage.jpg
Hanh Pham Mai My

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

2024-04-02 13-23-43
Gonçalo Ferraria
Champion

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.

2021-04-09 11-42-43
assif_tiger
 
MVP

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.



2024-04-02 13-23-43
Gonçalo Ferraria
Champion

Hi,

We are working at the same time, developing plugins for zoom. The new plugins Will be on forge very soon.

ty

2024-04-02 13-23-43
Gonçalo Ferraria
Champion

Hello,

Solved on Version 4.0.7 .

TY

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.