React-Native Exo Player Gradle Synch Error
Hello ,
We are facing a gradle synch issue. Following is the error
''the modules ['react-native-video', 'react-native-video-exoplayer'] point to the same directory in the file system. each module must have a unique path''
For now we have removed any references containing 'react-native-video-exoplayer' from settings.gradle and app build.gradle.
Whats the solution for the error ?
closed
reopened
@msantang78 looking forward to hearing from you asap.
added scoped label
- Developer
Also tagging @juanmsolaro and @brianhatchet who have a better idea than I about the React Native world.
- Developer
I'm not getting that error
are you using
gradlew assembleRelease
from the /android folder to run the build?./gradlew assembleRelease
are you using gradlew assembleRelease from the /android folder to run the build?
No. Just the same old yarn install, followed by yarn android, as mentioned in the readme, on the android studio emulator. I checked an older version of minds mobile and that seemed to work just fine.
Edited by Narayanan KA@msantang78 Any fix in mind ? we are waiting here.
- Developer
We are not getting that error, there are some reports of the same error with react native packages and some people fixed it cleaning the caches.
added scoped label
closed