Hello Friends 👋,
Welcome To Infinitbility! ❤️
This tutorial is part of React Native Firebase crashlytics Series.
React Native Firebase crashlytics In android |
React Native Firebase crashlytics In iOS |
After following my own tutorial , I got Execution failed for task ':react-native-firebase_crashlytics:generateDebugRFile'
issue when i’m trying to run react native application, but I’m glad, after some research I found the solution on Github, and today I’m going to share it with you.
Let start today topic How to solve react native firebase crashlytics generateDebugRFile failed issue?
Well, After My installation done i did run-android command but i got Execution failed for task ':react-native-firebase_crashlytics:generateDebugRFile'
like below image.
I do below jetify command, and it’s resolved.
npx jetify
After jetify clean your gradlew and re launch your application
cd android && gradlew clean
Thanks for reading…