Getting "Cannot get property 'android' on null object" #5020
Unanswered
markdavies
asked this question in
Q&A
Replies: 1 comment
-
Something very fundamental is failing yes react-native-firebase/packages/analytics/android/build.gradle Lines 23 to 33 in e7d7833 In no case should analytics not be able find the app package and derive the correct SDK versions. I suspect some old versions of something. This example-project-generator should work, and can be used as a comparison tool to find the badness so you can evict it https://github.com/mikehardy/rnfbdemo/blob/master/make-demo.sh |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi there,
I'm on a Mac trying to get an Android build running on an emulator, but am running into this error when I run
yarn react-native run-android
.I have the following packages installed:
I feel like I'm doing something fairly basic incorrectly....
Cheers,
Mark
Beta Was this translation helpful? Give feedback.
All reactions