JulianJungnitz
JulianJungnitz
Add ~~~ configurations.all { resolutionStrategy { force 'com.google.android.gms:play-services-location:21.0.1' } } ~~~ to your android/build.gradle like this: ~~~ allprojects { repositories { google() mavenCentral() configurations.all { resolutionStrategy { force 'com.google.android.gms:play-services-location:21.0.1' }...
I had the same issue when running the script. My work around was to add the alpha parameter myself in line 218 of the Shepherd/hparams.py file There are two more...