-
Notifications
You must be signed in to change notification settings - Fork 346
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
Execution failed for task ':app:transformClassesWithMultidexlistForDebug'. > com.android.build.api.transform.TransformException: Error while generating the main dex list. #7
Comments
apply plugin: "com.android.application" import com.android.build.OutputFile /**
project.ext.react = [ apply from: "../../node_modules/react-native/react.gradle" /**
/**
android {
} dependencies { implementation(project(':react-native-jitsi-meet')) {
} // Run this once to be able to run the application with BUCK my app/build.gradlew |
Hi, can you post the full log. The error message you posted is too generic, there should be something more specific somewhere in the build log. |
I got with the problem, the library is crashing with react-native-fetch-blob and I need to use it. Maybe when I implement the jitsi meet sdk, that happend. |
Now I'm getting this error on android. Any idea.
The text was updated successfully, but these errors were encountered: