You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I try to install this pckage int a new project or run the example I get
how to solve this A problem occurred configuring root project 'android'.
> Could not resolve all files for configuration ':classpath'.
> Could not resolve com.android.tools.build:gradle:8.0.1
Required by:
project :
> Could not resolve com.android.tools.build:gradle:8.0.1
> Could not get resource 'gcs://snapengine-maven-publish/releases/com/android/tools/build/gradle/8.6/gradle-8.6.pom'.
> Failed to get Google credentials for GCS connection
> Could not resolve org.jetbrains.kotlin:kotlin-gradle-plugin:1.7.0.
Required by:
project :
> Could not resolve org.jetbrains.kotlin:kotlin-gradle-plugin:1.7.0.
> Could not get resource 'gcs://snapengine-maven-publish/releases/org/jetbrains/kotlin/kotlin-gradle-plugin/1.7.0/kotlin-gradle-plugin-1.7.0.pom'.
> Failed to get Google credentials for GCS connection
When I try to install this pckage int a new project or run the example I get
I think it is been caused in build.gradle by
It is shown that GOOGLE_APPLICATION_CREDENTIALS is not defined.
The text was updated successfully, but these errors were encountered: