Skip to content Skip to sidebar Skip to footer

React-native Task :app:multidexlistdebug Failed

I have installed react-native-firebase package using yarn. I've setup the code in the build.gradle, settings.gradle as well as the AndroidManifest as well. Added multiDexEnabled as

Solution 1:

If you could post the console output, It would help. I had a similar problem, I resolved it by downloading the windows binary sdk files (extract the core-lambda-stubs.jar file from the .tar.gz) file and put it into the build tools directory (with the preferred andriod sdk directory.)

Solution 2:

After adding multiDexEnabled as true inside the build.gradle (Project Level) then change minSdkVersion to 21. It fixed my error.

Post a Comment for "React-native Task :app:multidexlistdebug Failed"