react-native-tooltips
react-native-tooltips copied to clipboard
Android build failure
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!
Now I’m getting:
Error: Program type already present: com.reactlibrary.BuildConfig
Changing reactlibrary to some other name solved it!