I’ve got the following error, preventing me from building in android in unity for over a week now. There are several threads discussing similar issues but not single solution
THE ISSUE:
When I build I get the following error:
Could not resolve all files for configuration ':launcher:releaseRuntimeClasspath'.
Execution failed for task ':launcher:mapReleaseSourceSetPaths'.
> Could not resolve all files for configuration ':launcher:releaseRuntimeClasspath'.
> Could not find com.google.firebase:firebase-app-unity:12.3.0.
MY SETUP
I installed
- firebase 12.4.0 using tars
- for unity 2022.3.52f1 on Mac M1 silicon
- Building for android 34+
WHAT I'VE TRIED
Any suggestions?
Thanks,
Ian