Skip to main content

All Questions

Tagged with
1 vote
2 answers
2k views

Gradle is failing to build with JCenter (using Unity + Firebase)

So I updated Firebase to the latest version (in my Unity game), as my previous version of Firebase had an error with working on iOS devices. And now I can't build with gradle for android devices. ...
Leif's user avatar
  • 107
62 votes
4 answers
24k views

Error: could not find com.google.gms:google-services:4.2.0

today I was trying to update com.google.gms:google-services to 4.2.0 from 4.1.0 as it's the latest version and recommended by firebase. But I get this error: Could not find com.google.gms:google-...
MJegorovas's user avatar
5 votes
4 answers
9k views

Could not find support-media-compat.aar

Trying Firebase to an android gradle app. As soon as I add the firebase dependency I get the following build error. FAILURE: Build failed with an exception. * What went wrong: Could not resolve all ...
Tom's user avatar
  • 1,640
16 votes
4 answers
11k views

Failed to resolve: firebase-iid-interop [duplicate]

This is Screen shot I've facing this problem can anyone help me? I search everywhere, but I can't find the solution Failed to resolve: firebase-common Open File Failed to resolve: firebase-iid-...
Akram Ibna Bashar Nihan's user avatar
2 votes
4 answers
5k views

How to obtain firebase libraries, e.g. firebase-messaging-9.4.0.jar

I am trying to do an automated android build in a local network segment (ie. without access to public jcenter or maven repositories). In order to do that I need to provide all dependencies in a local ...
Martin's user avatar
  • 21