flutter_zoom_plugin icon indicating copy to clipboard operation
flutter_zoom_plugin copied to clipboard

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

Open javieralcantara opened this issue 4 years ago • 6 comments

FAILURE: Build failed with an exception.

  • What went wrong:

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'

javieralcantara avatar May 12 '20 10:05 javieralcantara

Duplicate of #33

DzungTNgo avatar May 12 '20 11:05 DzungTNgo

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 avatar Oct 05 '20 23:10 Cretezy

Seems like downgrading Gradle from 3.5.0 to 3.4.2

Cretezy avatar Oct 08 '20 04:10 Cretezy

Still face the same issue

praharshbhatt avatar Oct 13 '20 12:10 praharshbhatt

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

MacaCar96 avatar Oct 28 '20 23:10 MacaCar96

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?

izaiasemjr avatar Nov 23 '20 14:11 izaiasemjr