-
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
Can't run on android #46
Comments
See #44 Emulator doesnt have Play Services. Need to add this to a touble shooting guide! |
With the next release it will default to prompt to install Play Services rather than just throwing an error which will hopefully make it clearer as well |
Code 2 just means it's out of date, you can update your emulator image and make a new one to fix this, but you can also just turn off this error as its generally fine if it's slightly out of date. Turn off error: @chrisbianca @Ehesp might be worth making it a warning instead if its code 2 I reckon, and updating the error description to be more specific, like if you're on a geny motion device etc etc? It's just JS side that'd need changing |
Thanks guys, Actually I was pretty sur Google services were installed and up to date. I'll have a deeper look. i'll keep you posted this afternoon. Thanks |
You were right, I updated everything and now it's working. Thanks again ! |
Hi guys
The lib is working like a charm on iOS (and thanks a lot for such an amazing job) ; However, I can't get it working on Android.
Here are my graddle config ;
app.graddle :
Also, my android device config :
I digged into the web and I think it might be a play-services dependices error or something like that, but I can't figure it out.
config :
"firebase": "^3.7.5",
"react": "^15.4.2",
"react-native": "^0.42.2",
"react-native-firebase": "^1.0.0-alpha12",
Any ideas ?
Thanks
Romain
The text was updated successfully, but these errors were encountered: