Open oferRounds opened 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
react-native-tooltips
Thanks for this great library!
Now I’m getting: Error: Program type already present: com.reactlibrary.BuildConfig
Error: Program type already present: com.reactlibrary.BuildConfig
Changing reactlibrary to some other name solved it!
reactlibrary
Getting:
my app/gradle does contain:
Any solution? This started to happen after I added
react-native-tooltips
Thanks for this great library!