prscX / react-native-tooltips

React Native: Native Tooltip View
Apache License 2.0
271 stars 40 forks source link

Android build failure #28

Open oferRounds opened 5 years ago

oferRounds commented 5 years ago

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 commented 5 years ago

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

oferRounds commented 5 years ago

Changing reactlibrary to some other name solved it!