-
Notifications
You must be signed in to change notification settings - Fork 131
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
com.android.dex.DexException: Multiple dex files define in android app #299
Comments
I just had this error, this is how I managed to fix it. Change On your Hope it works for you! |
@GDuarteL, thank you! work like a charm! |
I'm facing the same issue here,
Do you see something that may be causing problems? |
@maggialejandro I had this issue too even after the fixes. I was able to solve it by loosening the dependencies in the gradle file for firestack as mentioned in #290. I don't know if there's any intention of merging this. |
I am also getting the same error Error:Error converting bytecode to dex:
My build.griddle is as fallows apply plugin: 'com.android.application' android { repositories { dependencies { |
Go the Gradle and move cursor on each library if there is updated version available then update the library then sync the Gradle. Actually I was up to this problem for 2 days I tried every method but did not solve it. then I updated the library, sync the gradle and run agian. it worked for me. |
@Opriday yes this worked for me. Thanks |
Hi guys, I have this combination of dependencies. Does anyone know which one is to be changed, and to what? The bold lines are the ones with problems. Thanks
|
After adding react-native-firestack I've got this error
RN: 0.41.2
Any ideas?
Thanks
The text was updated successfully, but these errors were encountered: