Could not resolve all files for configuration ':launcher:releaseRuntimeClasspath'

31 views Asked by At

i trying to build my android app but (i think) after add firebase to the project its cant build correctly.

i receive this 4 errors:

  1. enter image description here
  2. enter image description here
  3. enter image description here
  4. enter image description here

I try to disable some check box in the "Publish settings". After disable all check boxes its build correctly, without errors! BUUUUT in the app (on android) firebase doesnt work((( Its like "no internet connection" you khow. If i try to register account doesnt happend. Nothing

1

There are 1 answers

1
Martin Zeitler On

With Unity, this works different and that URL is indeed HTTP 404.
See Download Google packages for Unity - Firebase App (Core).

The .tar.gz actually contains the Maven repository you're looking for.
This means, these packages could as well be served from mavenLocal().
I'd suggest to grab the whole SDK from firebase/firebase-unity-sdk.

The dependencies are defined like this: GoogleDependencyFirebaseApp.xml.