-
Notifications
You must be signed in to change notification settings - Fork 2.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[🐛] [ANDROID] :app:injectCrashlyticsBuildIdsRelease FAILED - unstrippedNativeLibsDir #6983
Comments
Probably related: firebase/firebase-android-sdk#4682 |
I was unable to successfully generate an android release build with crashlytics android plugin v2.9.4 whereas v2.9.2 worked in make-demo - so hopefully the upstream issue is resolved soon. Until then I have to recommend v2.9.2 of the android crashlytics plugin |
I've got a PR open that will update the expo plugin to use 2.9.2 instead of 2.9.4 plus alters docs to recommend 2.9.2 with a note that 2.9.4 is problematic, linking back to here. I'm going to resolve this here since we have a workaround but I urge everyone to subscribe to the upstream issue and stay subscribed to this one. If there is anything important, I'll post updates but in general I think we can hope a 2.9.5 version-to-come of the plugin will fix things |
2.9.4 does not build on React Native - non-expo. So we still need a solution. |
The solution is to use 2.9.2, until some version greater than 2.9.4 is released @billnbell |
I am using 2.9.5 and I am getting the following error:
2.9.2 works ✅ |
Same for me. Can't use the latest. Using 2.9.2 for now. |
Issue
"./gradlew assembleRelease" error:
Project Files
Javascript
Click To Expand
package.json
:firebase.json
for react-native-firebase v6:iOS
Click To Expand
ios/Podfile
:# N/A
AppDelegate.m
:// N/A
Android
Click To Expand
Have you converted to AndroidX?
android/gradle.settings
jetifier=true
for Android compatibility?jetifier
for react-native compatibility?android/build.gradle
:// N/A
android/app/build.gradle
:android/settings.gradle
:MainApplication.java
:// N/A
AndroidManifest.xml
:<!-- N/A -->
Environment
Click To Expand
react-native info
output:react-native-firebase
version you're using that has this issue:17.3.2
Firebase
module(s) you're using that has the issue:crashlytics
TypeScript
?Y
&v4.9.5
React Native Firebase
andInvertase
on Twitter for updates on the library.The text was updated successfully, but these errors were encountered: