-
Getting the following error while running on x86 simulator after upgrading firebase module packages and gradle version to 4.0.1 :- Crashlytics could not find the manifest. Not found at /Users/aniruddha/Documents/Work/oneCard app/android/app/build/intermediates/merged_manifests/debug/arm64-v8a/AndroidManifest.xml it is running fine on arm64 emulator and devices but not on x86 emulators |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi there!
however
so I'm thinking
then if you are still having a problem, post a minimal reproducible example of the problem on a new issue and we can triage more |
Beta Was this translation helpful? Give feedback.
Hi there!
however
so I'm thinking
npx react-native-clean-project
and/or https://github.com/mikehardy/rnfbdemo/blob/master/make-demo.shthen if you are still having a problem, post a minimal r…