-
Notifications
You must be signed in to change notification settings - Fork 23
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:checkDebugDuplicateClasses' #6
Comments
I have same problem.
android\build.grandle `// Top-level build file where you can add configuration options common to all sub-projects/modules. buildscript {
} allprojects {
} android\app\build.grandle /**
project.ext.react = [ apply from: "../../node_modules/react-native/react.gradle" /**
/**
/**
/**
android {
storeFile file('debug.keystore')
} dependencies {
} // Run this once to be able to run the application with BUCK apply from: file("../../node_modules/@react-native-community/cli-platform-android/native_modules.gradle"); applyNativeModulesAppBuildGradle(project) |
Is this issue fixed? i am facing the same error |
Can somebody please share an example app exposing this error? |
guys did you fix this issue ? |
This helped for me. debugImplementation("com.facebook.flipper:flipper:$FLIPPER_VERSION") {
+ exclude group: 'com.facebook.fbjni'
} |
Any solutions yet? |
I have the same error .This helped for me. } |
The text was updated successfully, but these errors were encountered: