Giter VIP home page Giter VIP logo

Comments (9)

mvehar avatar mvehar commented on May 28, 2024 11

Had this error
Execution failed for task ':app:multiDexListDebug'.

A failure occurred while executing com.android.build.gradle.internal.tasks.Workers$ActionFacade
Error while merging dex archives:
Type com.reactnativecommunity.clipboard.BuildConfig is defined multiple times:

Problem was that npm package name and example code used different versions of libraries (rn-community and rn-clipboard). Solution was removing the community version.
Otherwise make sure gradle files are synced and you have cleaned the projects in AS.

from clipboard.

aashu331998 avatar aashu331998 commented on May 28, 2024

yes same issue

from clipboard.

jetBn avatar jetBn commented on May 28, 2024

yes same issue

do you solve it ? I find install other react-native-community package had same problem.

from clipboard.

fxbayuanggara avatar fxbayuanggara commented on May 28, 2024

I got the same problem.

from clipboard.

rayj10 avatar rayj10 commented on May 28, 2024

any update on this?

I got multidex merge dex error, can't build after installing

currently resorting to deprecated original RN Clipboard
idk how long that will hold tho

EDIT:
Adding multiDexEnabled true in defaultConfig { } in app level build.gradle fixed it for me but I read somewhere that that is a workaround and it still means there's someting in the library that's messing with method count? can anyone confirm if this is best practice?
Thanks in advance :)

from clipboard.

Billmike avatar Billmike commented on May 28, 2024

I've been facing this problem too! Installing this library causes the android app to crash. I was able to fix the multiDexEnabled error, and the build passes. But the app crashes on open

from clipboard.

chakrihacker avatar chakrihacker commented on May 28, 2024

This problem is not with the library, but more of android. enabling multidex will solve the problem

from clipboard.

kolanse avatar kolanse commented on May 28, 2024

@mvehar comment worked for me. For me a library was using the rn-community/clipboard package so i had to remove the react-native-clipboard/clipboard package

from clipboard.

ydv0121 avatar ydv0121 commented on May 28, 2024

@mvehar Thanks.worked after uninstall community version of clipboard.

from clipboard.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.