You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I want to implement the video call functionality in my ionic project. I'm trying to use cordova-plugin-twilio-video (https://github.com/okode/cordova-plugin-twilio-video) in Ionic 3. I'm facing issue when running the android build. Provided project has been created using capacitor. How can I use this in cordova?
Below is the error I'm getting when running the build
D8: Program type already present: android.support.design.widget.CoordinatorLayout$Behavior
FAILURE: Build failed with an exception.
What went wrong:
Execution failed for task ':app:transformDexArchiveWithExternalLibsDexMergerForDebug'.
Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
Task :app:transformDexArchiveWithExternalLibsDexMergerForDebug FAILED
34 actionable tasks: 8 executed, 26 up-to-date
C:\Users\softsuave\Desktop\HealthCare-Web\platforms\android\gradlew: Command failed with exit code 1 Error output:
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
D8: Program type already present: android.support.design.widget.CoordinatorLayout$Behavior
FAILURE: Build failed with an exception.
What went wrong:
Execution failed for task ':app:transformDexArchiveWithExternalLibsDexMergerForDebug'.
Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
It seems that some plugin or native dependency brings some AndroidX dependency to your project and this plugin is not directly compatible with AndroidX. You must migrate the plugin code to AndroidX.
Hi,
I want to implement the video call functionality in my ionic project. I'm trying to use cordova-plugin-twilio-video (https://github.com/okode/cordova-plugin-twilio-video) in Ionic 3. I'm facing issue when running the android build. Provided project has been created using capacitor. How can I use this in cordova?
Below is the error I'm getting when running the build
D8: Program type already present: android.support.design.widget.CoordinatorLayout$Behavior
FAILURE: Build failed with an exception.
Execution failed for task ':app:transformDexArchiveWithExternalLibsDexMergerForDebug'.
Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
Get more help at https://help.gradle.org
BUILD FAILED in 1m 13s
FAILURE: Build failed with an exception.
Execution failed for task ':app:transformDexArchiveWithExternalLibsDexMergerForDebug'.
Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
Get more help at https://help.gradle.org
BUILD FAILED in 1m 13s
[ERROR] An error occurred while running subprocess cordova.
The text was updated successfully, but these errors were encountered: