-
Notifications
You must be signed in to change notification settings - Fork 434
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
One or more Firebase dependencies are not present. #65
Comments
Firstly take a look at my response to #53 Then you should check that your test device has Play Store access (open the Play Store on the device) and finally update Google Play Services on the device if it's out of date https://play.google.com/store/apps/details?id=com.google.android.gms&hl=en . BTW: Our readme hasn't been updated as the instructions haven't changed :) Cheers, |
Hey Stewart, Thank you for the reply, but its not resolving the issue. I have the updated Google Play Store App. Its just that the app is outputting the statement "One or more Firebase dependencies are not present." Regards, |
Could you share the contents of your Android logcat output when running the app? |
I'm also getting the same issue. When I check the logs, I get this:
and then the log gets cut off b/c it's too long |
@josh-flyclops did you make sure auto / background resolution is enabled in the Play Services Resolver? What ABIs are you building for? |
@stewartmiles whoops, I forgot to resolve the jars. Worked afterwards. Thanks! |
@thebrianbabu did you resolve the problem? |
No i wasn't able to resolve it. I just moved on from using the quickstart and I have a tight deadline for a work besides i dont know how to get the Android logcat output for unity app. I have done that via eclipse a long time back. |
@thebrianbabu You can get the logcat output from your device by running... "adb logcat" from the command line. We would appreciate working with you to track this down to see whether it's unique to your test environment. |
We had an issue when the Gradle build system is used and only a single target ABI (architecture) was selected on Android. This should be resolved in 3.0.1 You'll need to delete all files and directories under Plugins/Android that are labeled with "gpsr" to force dependency resolution to run again. |
@stewartmiles i have same issue , but i didnt get how i can do this |
@studiokarisma I don't follow what you're asking. I recommend starting with the one of the sample projects, make sure you can build and run one of those then compare with your project. |
I followed the steps as instructed in readme.md file.
I keep getting output as
"One or more Firebase dependencies are not present.
Current dependency status: UnavailableOther"
I see the readme was updated 2 months back and the testapp was updated 28 days back.
I'd really appreciate if you could help me resolve this.
Thanks in advance.
The text was updated successfully, but these errors were encountered: