decodedhealth / flutter_zoom_plugin

Flutter plugin for zoom
Apache License 2.0
125 stars 83 forks source link

ERROR: More than one file was found with OS independent path 'res/drawable/zm_next_arrow.xml' #38

Open javieralcantara opened 4 years ago

javieralcantara commented 4 years ago

FAILURE: Build failed with an exception.

Execution failed for task ':flutter_zoom_plugin:mergeDebugJavaResource'.

A failure occurred while executing com.android.build.gradle.internal.tasks.Workers$ActionFacade

More than one file was found with OS independent path 'res/drawable/zm_next_arrow.xml'

DzungTNgo commented 4 years ago

Duplicate of #33

Cretezy commented 4 years ago

This is still happening. What was the fix? (using 0.8 or master)

It seems to only be happening with run and not build.

Cretezy commented 3 years ago

Seems like downgrading Gradle from 3.5.0 to 3.4.2

praharshbhatt commented 3 years ago

Still face the same issue

MacaCar96 commented 3 years ago

Yo también tuve el mismo error cuando trataba de compilar mi proyecto con Zoom. Buscando en diversos foros encontré la solución, la cual a mí me funciono. Lo que hice fue cambiar mi classpath 'com.android.tools.build:gradle:3.5.0' a classpath 'com.android.tools.build:gradle:3.4.2'. Les dejo una camtura de pantalla. La ruta del archivo es la siguiente: /tu_proyecto/android/build.gradle image

izaiasemjr commented 3 years ago

For me downgrading 'com.android.tools.build:gradle:3.5.0' to 'com.android.tools.build:gradle:3.4.2' works fine. But, someone knows say whtat's causing this behavior? its zoom SDK incompatibilities or that coming from flutter's lib?