react-native-tooltips icon indicating copy to clipboard operation
react-native-tooltips copied to clipboard

Android build failure

Open oferRounds opened this issue 6 years ago • 2 comments

Getting:

 What went wrong:
Execution failed for task ':app:transformClassesWithMultidexlistForDebug'.
> com.android.build.api.transform.TransformException: Error while generating the main dex list.

my app/gradle does contain:

dexOptions {
        jumboMode true
        javaMaxHeapSize "4g"
    }

Any solution? This started to happen after I added react-native-tooltips

Thanks for this great library!

oferRounds avatar Feb 07 '19 10:02 oferRounds

Now I’m getting: Error: Program type already present: com.reactlibrary.BuildConfig

oferRounds avatar Feb 07 '19 15:02 oferRounds

Changing reactlibrary to some other name solved it!

oferRounds avatar Feb 07 '19 15:02 oferRounds