flutter_zoom_plugin
flutter_zoom_plugin copied to clipboard
ERROR: More than one file was found with OS independent path 'res/drawable/zm_next_arrow.xml'
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'
Duplicate of #33
This is still happening. What was the fix? (using 0.8 or master)
It seems to only be happening with run
and not build
.
Seems like downgrading Gradle from 3.5.0 to 3.4.2
Still face the same issue
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
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?