Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Plugin with id 'com.android.application' not found. #26

Closed
anthnyprschka opened this issue Aug 7, 2022 · 23 comments
Closed

Plugin with id 'com.android.application' not found. #26

anthnyprschka opened this issue Aug 7, 2022 · 23 comments

Comments

@anthnyprschka
Copy link

When I open app-all in Android Studio i get this build error:

Build file 'C:\Users\antho\dev\Mobile-SDK-Android-V5\SampleCode-V5\android-sdk-v5-sample\app-all\build.gradle' line: 1

A problem occurred evaluating root project 'app-all'.
> Plugin with id 'com.android.application' not found.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
@dji-dev
Copy link
Contributor

dji-dev commented Aug 8, 2022

Agent comment from yating.liao in Zendesk ticket #68836:

You can read this article to find out how to import samples:Chapter 2 - The Sample Once you have successfully imported the entire project, you should have no problems opening app-all again.

°°°

@anthnyprschka
Copy link
Author

Hi @dji-dev thanks for your reply. Getting this when opening your link:

image

@anthnyprschka
Copy link
Author

I'm honestly disappointed by Android development onboarding experience -I cannot build simple sample project without running into all sorts of errors with absolutely no Google results. No one has ever seemed to have my issues before

@anthnyprschka
Copy link
Author

If I open android-sdk-v5-as I get

A problem occurred configuring project ':sample-app-all'.
> Could not resolve all artifacts for configuration ':sample-app-all:classpath'.
   > Could not find org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.32.
     Searched in the following locations:
       - https://dl.google.com/dl/android/maven2/org/jetbrains/kotlin/kotlin-stdlib-jdk8/1.4.32/kotlin-stdlib-jdk8-1.4.32.pom
       - https://maven.google.com/org/jetbrains/kotlin/kotlin-stdlib-jdk8/1.4.32/kotlin-stdlib-jdk8-1.4.32.pom
     Required by:
         project :sample-app-all > com.android.tools.build:gradle:7.1.0
         project :sample-app-all > com.android.tools.build:gradle:7.1.0 > com.android.tools:sdk-common:30.1.0
         project :sample-app-all > com.android.tools.build:gradle:7.1.0 > com.android.tools:repository:30.1.0
         project :sample-app-all > com.android.tools.build:gradle:7.1.0 > com.android.tools.ddms:ddmlib:30.1.0
         project :sample-app-all > com.android.tools.build:gradle:7.1.0 > com.android.tools.build:aaptcompiler:7.1.0
         project :sample-app-all > com.android.tools.build:gradle:7.1.0 > com.android.tools.analytics-library:shared:30.1.0
         project :sample-app-all > com.android.tools.build:gradle:7.1.0 > com.android.tools.lint:lint-model:30.1.0
         project :sample-app-all > com.android.tools.build:gradle:7.1.0 > androidx.databinding:databinding-compiler-common:7.1.0
         project :sample-app-all > com.android.tools.build:gradle:7.1.0 > com.android.tools.utp:android-test-plugin-host-retention-proto:30.1.0
         project :sample-app-all > com.android.tools.build:gradle:7.1.0 > com.android.tools.build:builder:7.1.0
         project :sample-app-all > com.android.tools.build:gradle:7.1.0 > com.android.tools.build:builder-model:7.1.0
         project :sample-app-all > com.android.tools.build:gradle:7.1.0 > com.android.tools.build:gradle-api:7.1.0
         project :sample-app-all > com.android.tools.build:gradle:7.1.0 > com.android.tools:sdk-common:30.1.0 > com.android.tools:common:30.1.0
         project :sample-app-all > com.android.tools.build:gradle:7.1.0 > com.android.tools.build:builder:7.1.0 > com.android.tools.analytics-library:tracker:30.1.0
         project :sample-app-all > com.android.tools.build:gradle:7.1.0 > com.android.tools.build:builder:7.1.0 > com.android.tools.build:manifest-merger:30.1.0
   > Could not find org.apache.httpcomponents:httpmime:4.5.6.
     Searched in the following locations:
       - https://dl.google.com/dl/android/maven2/org/apache/httpcomponents/httpmime/4.5.6/httpmime-4.5.6.pom
       - https://maven.google.com/org/apache/httpcomponents/httpmime/4.5.6/httpmime-4.5.6.pom
     Required by:
         project :sample-app-all > com.android.tools.build:gradle:7.1.0
         project :sample-app-all > com.android.tools.build:gradle:7.1.0 > com.android.tools:sdklib:30.1.0
         project :sample-app-all > com.android.tools.build:gradle:7.1.0 > com.android.tools.analytics-library:crash:30.1.0
   > Could not find commons-io:commons-io:2.4.
     Searched in the following locations:
       - https://dl.google.com/dl/android/maven2/commons-io/commons-io/2.4/commons-io-2.4.pom
       - https://maven.google.com/commons-io/commons-io/2.4/commons-io-2.4.pom
     Required by:
         project :sample-app-all > com.android.tools.build:gradle:7.1.0
         project :sample-app-all > com.android.tools.build:gradle:7.1.0 > androidx.databinding:databinding-compiler-common:7.1.0
   > Could not find org.ow2.asm:asm:9.1.
     Searched in the following locations:
       - https://dl.google.com/dl/android/maven2/org/ow2/asm/asm/9.1/asm-9.1.pom
       - https://maven.google.com/org/ow2/asm/asm/9.1/asm-9.1.pom
     Required by:
         project :sample-app-all > com.android.tools.build:gradle:7.1.0
         project :sample-app-all > com.android.tools.build:gradle:7.1.0 > com.android.tools.build:builder:7.1.0
         project :sample-app-all > com.android.tools.build:gradle:7.1.0 > com.android.tools.build:gradle-api:7.1.0
   > Could not find org.ow2.asm:asm-analysis:9.1.
     Searched in the following locations:
       - https://dl.google.com/dl/android/maven2/org/ow2/asm/asm-analysis/9.1/asm-analysis-9.1.pom
       - https://maven.google.com/org/ow2/asm/asm-analysis/9.1/asm-analysis-9.1.pom
     Required by:
         project :sample-app-all > com.android.tools.build:gradle:7.1.0
   > Could not find org.ow2.asm:asm-commons:9.1.
     Searched in the following locations:
       - https://dl.google.com/dl/android/maven2/org/ow2/asm/asm-commons/9.1/asm-commons-9.1.pom
       - https://maven.google.com/org/ow2/asm/asm-commons/9.1/asm-commons-9.1.pom
     Required by:
         project :sample-app-all > com.android.tools.build:gradle:7.1.0
         project :sample-app-all > com.android.tools.build:gradle:7.1.0 > com.android.tools.build:builder:7.1.0
   > Could not find org.ow2.asm:asm-util:9.1.
     Searched in the following locations:
       - https://dl.google.com/dl/android/maven2/org/ow2/asm/asm-util/9.1/asm-util-9.1.pom
       - https://maven.google.com/org/ow2/asm/asm-util/9.1/asm-util-9.1.pom
     Required by:
         project :sample-app-all > com.android.tools.build:gradle:7.1.0
         project :sample-app-all > com.android.tools.build:gradle:7.1.0 > com.android.tools.build:builder:7.1.0
   > Could not find org.bouncycastle:bcpkix-jdk15on:1.56.
     Searched in the following locations:
       - https://dl.google.com/dl/android/maven2/org/bouncycastle/bcpkix-jdk15on/1.56/bcpkix-jdk15on-1.56.pom
       - https://maven.google.com/org/bouncycastle/bcpkix-jdk15on/1.56/bcpkix-jdk15on-1.56.pom
     Required by:
         project :sample-app-all > com.android.tools.build:gradle:7.1.0
         project :sample-app-all > com.android.tools.build:gradle:7.1.0 > com.android.tools:sdk-common:30.1.0
         project :sample-app-all > com.android.tools.build:gradle:7.1.0 > com.android.tools.build:builder:7.1.0
         project :sample-app-all > com.android.tools.build:gradle:7.1.0 > com.android.tools.build:builder:7.1.0 > com.android.tools.build:apkzlib:7.1.0
   > Could not find org.glassfish.jaxb:jaxb-runtime:2.3.2.
     Searched in the following locations:
       - https://dl.google.com/dl/android/maven2/org/glassfish/jaxb/jaxb-runtime/2.3.2/jaxb-runtime-2.3.2.pom
       - https://maven.google.com/org/glassfish/jaxb/jaxb-runtime/2.3.2/jaxb-runtime-2.3.2.pom
     Required by:
         project :sample-app-all > com.android.tools.build:gradle:7.1.0
         project :sample-app-all > com.android.tools.build:gradle:7.1.0 > com.android.tools:sdk-common:30.1.0
         project :sample-app-all > com.android.tools.build:gradle:7.1.0 > com.android.tools:sdklib:30.1.0
         project :sample-app-all > com.android.tools.build:gradle:7.1.0 > com.android.tools:repository:30.1.0
         project :sample-app-all > com.android.tools.build:gradle:7.1.0 > androidx.databinding:databinding-compiler-common:7.1.0
   > Could not find net.sf.jopt-simple:jopt-simple:4.9.
     Searched in the following locations:
       - https://dl.google.com/dl/android/maven2/net/sf/jopt-simple/jopt-simple/4.9/jopt-simple-4.9.pom
       - https://maven.google.com/net/sf/jopt-simple/jopt-simple/4.9/jopt-simple-4.9.pom
     Required by:
         project :sample-app-all > com.android.tools.build:gradle:7.1.0
         project :sample-app-all > com.android.tools.build:gradle:7.1.0 > com.android.tools.build:builder:7.1.0
   > Could not find com.squareup:javapoet:1.10.0.
     Searched in the following locations:
       - https://dl.google.com/dl/android/maven2/com/squareup/javapoet/1.10.0/javapoet-1.10.0.pom
       - https://maven.google.com/com/squareup/javapoet/1.10.0/javapoet-1.10.0.pom
     Required by:
         project :sample-app-all > com.android.tools.build:gradle:7.1.0
         project :sample-app-all > com.android.tools.build:gradle:7.1.0 > androidx.databinding:databinding-compiler-common:7.1.0
   > Could not find com.google.protobuf:protobuf-java:3.10.0.
     Searched in the following locations:
       - https://dl.google.com/dl/android/maven2/com/google/protobuf/protobuf-java/3.10.0/protobuf-java-3.10.0.pom
       - https://maven.google.com/com/google/protobuf/protobuf-java/3.10.0/protobuf-java-3.10.0.pom
     Required by:
         project :sample-app-all > com.android.tools.build:gradle:7.1.0
         project :sample-app-all > com.android.tools.build:gradle:7.1.0 > com.android.tools:sdk-common:30.1.0
         project :sample-app-all > com.android.tools.build:gradle:7.1.0 > com.android.tools.ddms:ddmlib:30.1.0
         project :sample-app-all > com.android.tools.build:gradle:7.1.0 > com.android.tools.build:aapt2-proto:7.1.0-7984345
         project :sample-app-all > com.android.tools.build:gradle:7.1.0 > com.android.tools.build:aaptcompiler:7.1.0
         project :sample-app-all > com.android.tools.build:gradle:7.1.0 > com.android.tools.utp:android-device-provider-ddmlib-proto:30.1.0
         project :sample-app-all > com.android.tools.build:gradle:7.1.0 > com.android.tools.utp:android-device-provider-gradle-proto:30.1.0
         project :sample-app-all > com.android.tools.build:gradle:7.1.0 > com.android.tools.utp:android-test-plugin-host-additional-test-output-proto:30.1.0
         project :sample-app-all > com.android.tools.build:gradle:7.1.0 > com.android.tools.utp:android-test-plugin-host-coverage-proto:30.1.0
         project :sample-app-all > com.android.tools.build:gradle:7.1.0 > com.android.tools.utp:android-test-plugin-host-retention-proto:30.1.0
         project :sample-app-all > com.android.tools.build:gradle:7.1.0 > com.android.tools.utp:android-test-plugin-result-listener-gradle-proto:30.1.0
         project :sample-app-all > com.android.tools.build:gradle:7.1.0 > com.android.tools.build:bundletool:1.8.0
         project :sample-app-all > com.android.tools.build:gradle:7.1.0 > com.android.tools.analytics-library:shared:30.1.0 > com.android.tools.analytics-library:protos:30.1.0
         project :sample-app-all > com.android.tools.build:gradle:7.1.0 > com.android.tools.build:builder:7.1.0 > com.android.tools.analytics-library:tracker:30.1.0
   > Could not find com.google.protobuf:protobuf-java-util:3.10.0.
     Searched in the following locations:
       - https://dl.google.com/dl/android/maven2/com/google/protobuf/protobuf-java-util/3.10.0/protobuf-java-util-3.10.0.pom
       - https://maven.google.com/com/google/protobuf/protobuf-java-util/3.10.0/protobuf-java-util-3.10.0.pom
     Required by:
         project :sample-app-all > com.android.tools.build:gradle:7.1.0
         project :sample-app-all > com.android.tools.build:gradle:7.1.0 > com.android.tools.build:bundletool:1.8.0
   > Could not find com.google.code.gson:gson:2.8.6.
     Searched in the following locations:
       - https://dl.google.com/dl/android/maven2/com/google/code/gson/gson/2.8.6/gson-2.8.6.pom
       - https://maven.google.com/com/google/code/gson/gson/2.8.6/gson-2.8.6.pom
     Required by:
         project :sample-app-all > com.android.tools.build:gradle:7.1.0
         project :sample-app-all > com.android.tools.build:gradle:7.1.0 > com.android.tools:sdk-common:30.1.0
         project :sample-app-all > com.android.tools.build:gradle:7.1.0 > com.android.tools:sdklib:30.1.0
         project :sample-app-all > com.android.tools.build:gradle:7.1.0 > com.android.tools.analytics-library:shared:30.1.0
         project :sample-app-all > com.android.tools.build:gradle:7.1.0 > androidx.databinding:databinding-compiler-common:7.1.0
         project :sample-app-all > com.android.tools.build:gradle:7.1.0 > com.android.tools.utp:android-test-plugin-result-listener-gradle-proto:30.1.0
         project :sample-app-all > com.android.tools.build:gradle:7.1.0 > com.android.tools.build:builder:7.1.0 > com.android.tools.build:manifest-merger:30.1.0
   > Could not find io.grpc:grpc-core:1.21.1.
     Searched in the following locations:
       - https://dl.google.com/dl/android/maven2/io/grpc/grpc-core/1.21.1/grpc-core-1.21.1.pom
       - https://maven.google.com/io/grpc/grpc-core/1.21.1/grpc-core-1.21.1.pom
     Required by:
         project :sample-app-all > com.android.tools.build:gradle:7.1.0
         project :sample-app-all > com.android.tools.build:gradle:7.1.0 > com.android.tools.utp:android-test-plugin-result-listener-gradle-proto:30.1.0
   > Could not find io.grpc:grpc-netty:1.21.1.
     Searched in the following locations:
       - https://dl.google.com/dl/android/maven2/io/grpc/grpc-netty/1.21.1/grpc-netty-1.21.1.pom
       - https://maven.google.com/io/grpc/grpc-netty/1.21.1/grpc-netty-1.21.1.pom
     Required by:
         project :sample-app-all > com.android.tools.build:gradle:7.1.0
         project :sample-app-all > com.android.tools.build:gradle:7.1.0 > com.android.tools.utp:android-test-plugin-result-listener-gradle-proto:30.1.0
   > Could not find io.grpc:grpc-protobuf:1.21.1.
     Searched in the following locations:
       - https://dl.google.com/dl/android/maven2/io/grpc/grpc-protobuf/1.21.1/grpc-protobuf-1.21.1.pom
       - https://maven.google.com/io/grpc/grpc-protobuf/1.21.1/grpc-protobuf-1.21.1.pom
     Required by:
         project :sample-app-all > com.android.tools.build:gradle:7.1.0
         project :sample-app-all > com.android.tools.build:gradle:7.1.0 > com.android.tools.utp:android-test-plugin-result-listener-gradle-proto:30.1.0
   > Could not find io.grpc:grpc-stub:1.21.1.
     Searched in the following locations:
       - https://dl.google.com/dl/android/maven2/io/grpc/grpc-stub/1.21.1/grpc-stub-1.21.1.pom
       - https://maven.google.com/io/grpc/grpc-stub/1.21.1/grpc-stub-1.21.1.pom
     Required by:
         project :sample-app-all > com.android.tools.build:gradle:7.1.0
         project :sample-app-all > com.android.tools.build:gradle:7.1.0 > com.android.tools.utp:android-test-plugin-result-listener-gradle-proto:30.1.0
   > Could not find com.google.crypto.tink:tink:1.3.0-rc2.
     Searched in the following locations:
       - https://dl.google.com/dl/android/maven2/com/google/crypto/tink/tink/1.3.0-rc2/tink-1.3.0-rc2.pom
       - https://maven.google.com/com/google/crypto/tink/tink/1.3.0-rc2/tink-1.3.0-rc2.pom
     Required by:
         project :sample-app-all > com.android.tools.build:gradle:7.1.0
   > Could not find org.jetbrains.dokka:dokka-core:1.4.32.
     Searched in the following locations:
       - https://dl.google.com/dl/android/maven2/org/jetbrains/dokka/dokka-core/1.4.32/dokka-core-1.4.32.pom
       - https://maven.google.com/org/jetbrains/dokka/dokka-core/1.4.32/dokka-core-1.4.32.pom
     Required by:
         project :sample-app-all > com.android.tools.build:gradle:7.1.0
   > Could not find com.google.flatbuffers:flatbuffers-java:1.12.0.
     Searched in the following locations:
       - https://dl.google.com/dl/android/maven2/com/google/flatbuffers/flatbuffers-java/1.12.0/flatbuffers-java-1.12.0.pom
       - https://maven.google.com/com/google/flatbuffers/flatbuffers-java/1.12.0/flatbuffers-java-1.12.0.pom
     Required by:
         project :sample-app-all > com.android.tools.build:gradle:7.1.0
   > Could not find org.tensorflow:tensorflow-lite-metadata:0.1.0-rc2.
     Searched in the following locations:
       - https://dl.google.com/dl/android/maven2/org/tensorflow/tensorflow-lite-metadata/0.1.0-rc2/tensorflow-lite-metadata-0.1.0-rc2.pom
       - https://maven.google.com/org/tensorflow/tensorflow-lite-metadata/0.1.0-rc2/tensorflow-lite-metadata-0.1.0-rc2.pom
     Required by:
         project :sample-app-all > com.android.tools.build:gradle:7.1.0
   > Could not find org.bouncycastle:bcprov-jdk15on:1.56.
     Searched in the following locations:
       - https://dl.google.com/dl/android/maven2/org/bouncycastle/bcprov-jdk15on/1.56/bcprov-jdk15on-1.56.pom
       - https://maven.google.com/org/bouncycastle/bcprov-jdk15on/1.56/bcprov-jdk15on-1.56.pom
     Required by:
         project :sample-app-all > com.android.tools.build:gradle:7.1.0 > com.android.tools:sdk-common:30.1.0
         project :sample-app-all > com.android.tools.build:gradle:7.1.0 > com.android.tools.build:builder:7.1.0
         project :sample-app-all > com.android.tools.build:gradle:7.1.0 > com.android.tools.build:builder:7.1.0 > com.android.tools.build:apkzlib:7.1.0
   > Could not find com.google.guava:guava:30.1-jre.
     Searched in the following locations:
       - https://dl.google.com/dl/android/maven2/com/google/guava/guava/30.1-jre/guava-30.1-jre.pom
       - https://maven.google.com/com/google/guava/guava/30.1-jre/guava-30.1-jre.pom
     Required by:
         project :sample-app-all > com.android.tools.build:gradle:7.1.0 > com.android.tools:sdk-common:30.1.0
         project :sample-app-all > com.android.tools.build:gradle:7.1.0 > com.android.tools.build:aaptcompiler:7.1.0
         project :sample-app-all > com.android.tools.build:gradle:7.1.0 > com.android.tools.analytics-library:crash:30.1.0
         project :sample-app-all > com.android.tools.build:gradle:7.1.0 > com.android.tools.analytics-library:shared:30.1.0
         project :sample-app-all > com.android.tools.build:gradle:7.1.0 > androidx.databinding:databinding-compiler-common:7.1.0
         project :sample-app-all > com.android.tools.build:gradle:7.1.0 > com.android.tools.build:builder-test-api:7.1.0
         project :sample-app-all > com.android.tools.build:gradle:7.1.0 > com.android.tools.utp:android-test-plugin-result-listener-gradle-proto:30.1.0
         project :sample-app-all > com.android.tools.build:gradle:7.1.0 > com.android.tools.build:bundletool:1.8.0
         project :sample-app-all > com.android.tools.build:gradle:7.1.0 > com.android.tools.build:gradle-api:7.1.0
         project :sample-app-all > com.android.tools.build:gradle:7.1.0 > com.android.tools:sdk-common:30.1.0 > com.android.tools:common:30.1.0
         project :sample-app-all > com.android.tools.build:gradle:7.1.0 > com.android.tools.build:builder:7.1.0 > com.android.tools.analytics-library:tracker:30.1.0
   > Could not find org.jetbrains.kotlin:kotlin-reflect:1.4.32.
     Searched in the following locations:
       - https://dl.google.com/dl/android/maven2/org/jetbrains/kotlin/kotlin-reflect/1.4.32/kotlin-reflect-1.4.32.pom
       - https://maven.google.com/org/jetbrains/kotlin/kotlin-reflect/1.4.32/kotlin-reflect-1.4.32.pom
     Required by:
         project :sample-app-all > com.android.tools.build:gradle:7.1.0 > com.android.tools:sdk-common:30.1.0
   > Could not find javax.inject:javax.inject:1.
     Searched in the following locations:
       - https://dl.google.com/dl/android/maven2/javax/inject/javax.inject/1/javax.inject-1.pom
       - https://maven.google.com/javax/inject/javax.inject/1/javax.inject-1.pom
     Required by:
         project :sample-app-all > com.android.tools.build:gradle:7.1.0 > com.android.tools:sdk-common:30.1.0
         project :sample-app-all > com.android.tools.build:gradle:7.1.0 > com.android.tools.build:bundletool:1.8.0
         project :sample-app-all > com.android.tools.build:gradle:7.1.0 > com.android.tools.build:builder:7.1.0
   > Could not find net.sf.kxml:kxml2:2.3.0.
     Searched in the following locations:
       - https://dl.google.com/dl/android/maven2/net/sf/kxml/kxml2/2.3.0/kxml2-2.3.0.pom
       - https://maven.google.com/net/sf/kxml/kxml2/2.3.0/kxml2-2.3.0.pom
     Required by:
         project :sample-app-all > com.android.tools.build:gradle:7.1.0 > com.android.tools:sdk-common:30.1.0
         project :sample-app-all > com.android.tools.build:gradle:7.1.0 > com.android.tools.ddms:ddmlib:30.1.0
         project :sample-app-all > com.android.tools.build:gradle:7.1.0 > com.android.tools.lint:lint-model:30.1.0
         project :sample-app-all > com.android.tools.build:gradle:7.1.0 > com.android.tools.layoutlib:layoutlib-api:30.1.0
         project :sample-app-all > com.android.tools.build:gradle:7.1.0 > com.android.tools.build:builder:7.1.0 > com.android.tools.build:manifest-merger:30.1.0
   > Could not find org.jetbrains.intellij.deps:trove4j:1.0.20181211.
     Searched in the following locations:
       - https://dl.google.com/dl/android/maven2/org/jetbrains/intellij/deps/trove4j/1.0.20181211/trove4j-1.0.20181211.pom
       - https://maven.google.com/org/jetbrains/intellij/deps/trove4j/1.0.20181211/trove4j-1.0.20181211.pom
     Required by:
         project :sample-app-all > com.android.tools.build:gradle:7.1.0 > com.android.tools:sdk-common:30.1.0
   > Could not find xerces:xercesImpl:2.12.0.
     Searched in the following locations:
       - https://dl.google.com/dl/android/maven2/xerces/xercesImpl/2.12.0/xercesImpl-2.12.0.pom
       - https://maven.google.com/xerces/xercesImpl/2.12.0/xercesImpl-2.12.0.pom
     Required by:
         project :sample-app-all > com.android.tools.build:gradle:7.1.0 > com.android.tools:sdk-common:30.1.0
   > Could not find org.apache.commons:commons-compress:1.20.
     Searched in the following locations:
       - https://dl.google.com/dl/android/maven2/org/apache/commons/commons-compress/1.20/commons-compress-1.20.pom
       - https://maven.google.com/org/apache/commons/commons-compress/1.20/commons-compress-1.20.pom
     Required by:
         project :sample-app-all > com.android.tools.build:gradle:7.1.0 > com.android.tools:sdklib:30.1.0
         project :sample-app-all > com.android.tools.build:gradle:7.1.0 > com.android.tools:repository:30.1.0
   > Could not find org.apache.httpcomponents:httpcore:4.4.10.
     Searched in the following locations:
       - https://dl.google.com/dl/android/maven2/org/apache/httpcomponents/httpcore/4.4.10/httpcore-4.4.10.pom
       - https://maven.google.com/org/apache/httpcomponents/httpcore/4.4.10/httpcore-4.4.10.pom
     Required by:
         project :sample-app-all > com.android.tools.build:gradle:7.1.0 > com.android.tools:sdklib:30.1.0
         project :sample-app-all > com.android.tools.build:gradle:7.1.0 > com.android.tools.analytics-library:crash:30.1.0
   > Could not find com.sun.activation:javax.activation:1.2.0.
     Searched in the following locations:
       - https://dl.google.com/dl/android/maven2/com/sun/activation/javax.activation/1.2.0/javax.activation-1.2.0.pom
       - https://maven.google.com/com/sun/activation/javax.activation/1.2.0/javax.activation-1.2.0.pom
     Required by:
         project :sample-app-all > com.android.tools.build:gradle:7.1.0 > com.android.tools:repository:30.1.0
   > Could not find com.google.jimfs:jimfs:1.1.
     Searched in the following locations:
       - https://dl.google.com/dl/android/maven2/com/google/jimfs/jimfs/1.1/jimfs-1.1.pom
       - https://maven.google.com/com/google/jimfs/jimfs/1.1/jimfs-1.1.pom
     Required by:
         project :sample-app-all > com.android.tools.build:gradle:7.1.0 > com.android.tools:repository:30.1.0
   > Could not find org.apache.httpcomponents:httpclient:4.5.6.
     Searched in the following locations:
       - https://dl.google.com/dl/android/maven2/org/apache/httpcomponents/httpclient/4.5.6/httpclient-4.5.6.pom
       - https://maven.google.com/org/apache/httpcomponents/httpclient/4.5.6/httpclient-4.5.6.pom
     Required by:
         project :sample-app-all > com.android.tools.build:gradle:7.1.0 > com.android.tools.analytics-library:crash:30.1.0
   > Could not find net.java.dev.jna:jna-platform:5.6.0.
     Searched in the following locations:
       - https://dl.google.com/dl/android/maven2/net/java/dev/jna/jna-platform/5.6.0/jna-platform-5.6.0.pom
       - https://maven.google.com/net/java/dev/jna/jna-platform/5.6.0/jna-platform-5.6.0.pom
     Required by:
         project :sample-app-all > com.android.tools.build:gradle:7.1.0 > com.android.tools.analytics-library:shared:30.1.0
   > Could not find org.antlr:antlr4:4.5.3.
     Searched in the following locations:
       - https://dl.google.com/dl/android/maven2/org/antlr/antlr4/4.5.3/antlr4-4.5.3.pom
       - https://maven.google.com/org/antlr/antlr4/4.5.3/antlr4-4.5.3.pom
     Required by:
         project :sample-app-all > com.android.tools.build:gradle:7.1.0 > androidx.databinding:databinding-compiler-common:7.1.0
   > Could not find com.googlecode.juniversalchardet:juniversalchardet:1.0.3.
     Searched in the following locations:
       - https://dl.google.com/dl/android/maven2/com/googlecode/juniversalchardet/juniversalchardet/1.0.3/juniversalchardet-1.0.3.pom
       - https://maven.google.com/com/googlecode/juniversalchardet/juniversalchardet/1.0.3/juniversalchardet-1.0.3.pom
     Required by:
         project :sample-app-all > com.android.tools.build:gradle:7.1.0 > androidx.databinding:databinding-compiler-common:7.1.0
   > Could not find org.jetbrains:annotations:13.0.
     Searched in the following locations:
       - https://dl.google.com/dl/android/maven2/org/jetbrains/annotations/13.0/annotations-13.0.pom
       - https://maven.google.com/org/jetbrains/annotations/13.0/annotations-13.0.pom
     Required by:
         project :sample-app-all > com.android.tools.build:gradle:7.1.0 > com.android.tools.layoutlib:layoutlib-api:30.1.0
   > Could not find com.google.auto.value:auto-value-annotations:1.6.2.
     Searched in the following locations:
       - https://dl.google.com/dl/android/maven2/com/google/auto/value/auto-value-annotations/1.6.2/auto-value-annotations-1.6.2.pom
       - https://maven.google.com/com/google/auto/value/auto-value-annotations/1.6.2/auto-value-annotations-1.6.2.pom
     Required by:
         project :sample-app-all > com.android.tools.build:gradle:7.1.0 > com.android.tools.build:bundletool:1.8.0
   > Could not find com.google.errorprone:error_prone_annotations:2.3.1.
     Searched in the following locations:
       - https://dl.google.com/dl/android/maven2/com/google/errorprone/error_prone_annotations/2.3.1/error_prone_annotations-2.3.1.pom
       - https://maven.google.com/com/google/errorprone/error_prone_annotations/2.3.1/error_prone_annotations-2.3.1.pom
     Required by:
         project :sample-app-all > com.android.tools.build:gradle:7.1.0 > com.android.tools.build:bundletool:1.8.0
   > Could not find com.google.dagger:dagger:2.28.3.
     Searched in the following locations:
       - https://dl.google.com/dl/android/maven2/com/google/dagger/dagger/2.28.3/dagger-2.28.3.pom
       - https://maven.google.com/com/google/dagger/dagger/2.28.3/dagger-2.28.3.pom
     Required by:
         project :sample-app-all > com.android.tools.build:gradle:7.1.0 > com.android.tools.build:bundletool:1.8.0
   > Could not find org.bitbucket.b_c:jose4j:0.7.0.
     Searched in the following locations:
       - https://dl.google.com/dl/android/maven2/org/bitbucket/b_c/jose4j/0.7.0/jose4j-0.7.0.pom
       - https://maven.google.com/org/bitbucket/b_c/jose4j/0.7.0/jose4j-0.7.0.pom
     Required by:
         project :sample-app-all > com.android.tools.build:gradle:7.1.0 > com.android.tools.build:bundletool:1.8.0
   > Could not find org.slf4j:slf4j-api:1.7.30.
     Searched in the following locations:
       - https://dl.google.com/dl/android/maven2/org/slf4j/slf4j-api/1.7.30/slf4j-api-1.7.30.pom
       - https://maven.google.com/org/slf4j/slf4j-api/1.7.30/slf4j-api-1.7.30.pom
     Required by:
         project :sample-app-all > com.android.tools.build:gradle:7.1.0 > com.android.tools.build:bundletool:1.8.0
   > Could not find com.google.code.gson:gson:2.8.6.
     Searched in the following locations:
       - https://dl.google.com/dl/android/maven2/com/google/code/gson/gson/2.8.6/gson-2.8.6.pom
       - https://maven.google.com/com/google/code/gson/gson/2.8.6/gson-2.8.6.pom
     Required by:
         project :sample-app-all > com.android.tools.build:gradle:7.1.0 > com.android.tools.build.jetifier:jetifier-core:1.0.0-beta09
   > Could not find org.jetbrains.kotlin:kotlin-stdlib:1.3.60.
     Searched in the following locations:
       - https://dl.google.com/dl/android/maven2/org/jetbrains/kotlin/kotlin-stdlib/1.3.60/kotlin-stdlib-1.3.60.pom
       - https://maven.google.com/org/jetbrains/kotlin/kotlin-stdlib/1.3.60/kotlin-stdlib-1.3.60.pom
     Required by:
         project :sample-app-all > com.android.tools.build:gradle:7.1.0 > com.android.tools.build.jetifier:jetifier-core:1.0.0-beta09
         project :sample-app-all > com.android.tools.build:gradle:7.1.0 > com.android.tools.build.jetifier:jetifier-processor:1.0.0-beta09
   > Could not find org.ow2.asm:asm:9.1.
     Searched in the following locations:
       - https://dl.google.com/dl/android/maven2/org/ow2/asm/asm/9.1/asm-9.1.pom
       - https://maven.google.com/org/ow2/asm/asm/9.1/asm-9.1.pom
     Required by:
         project :sample-app-all > com.android.tools.build:gradle:7.1.0 > com.android.tools.build.jetifier:jetifier-processor:1.0.0-beta09
   > Could not find org.ow2.asm:asm-util:9.1.
     Searched in the following locations:
       - https://dl.google.com/dl/android/maven2/org/ow2/asm/asm-util/9.1/asm-util-9.1.pom
       - https://maven.google.com/org/ow2/asm/asm-util/9.1/asm-util-9.1.pom
     Required by:
         project :sample-app-all > com.android.tools.build:gradle:7.1.0 > com.android.tools.build.jetifier:jetifier-processor:1.0.0-beta09
   > Could not find org.ow2.asm:asm-commons:9.1.
     Searched in the following locations:
       - https://dl.google.com/dl/android/maven2/org/ow2/asm/asm-commons/9.1/asm-commons-9.1.pom
       - https://maven.google.com/org/ow2/asm/asm-commons/9.1/asm-commons-9.1.pom
     Required by:
         project :sample-app-all > com.android.tools.build:gradle:7.1.0 > com.android.tools.build.jetifier:jetifier-processor:1.0.0-beta09
   > Could not find org.jdom:jdom2:2.0.6.
     Searched in the following locations:
       - https://dl.google.com/dl/android/maven2/org/jdom/jdom2/2.0.6/jdom2-2.0.6.pom
       - https://maven.google.com/org/jdom/jdom2/2.0.6/jdom2-2.0.6.pom
     Required by:
         project :sample-app-all > com.android.tools.build:gradle:7.1.0 > com.android.tools.build.jetifier:jetifier-processor:1.0.0-beta09
   > Could not find commons-codec:commons-codec:1.10.
     Searched in the following locations:
       - https://dl.google.com/dl/android/maven2/commons-codec/commons-codec/1.10/commons-codec-1.10.pom
       - https://maven.google.com/commons-codec/commons-codec/1.10/commons-codec-1.10.pom
     Required by:
         project :sample-app-all > com.android.tools.build:gradle:7.1.0 > com.android.tools.build:builder:7.1.0
   > Could not find org.ow2.asm:asm-tree:9.1.
     Searched in the following locations:
       - https://dl.google.com/dl/android/maven2/org/ow2/asm/asm-tree/9.1/asm-tree-9.1.pom
       - https://maven.google.com/org/ow2/asm/asm-tree/9.1/asm-tree-9.1.pom
     Required by:
         project :sample-app-all > com.android.tools.build:gradle:7.1.0 > com.android.tools.build:builder:7.1.0
   > Could not find it.unimi.dsi:fastutil:8.4.0.
     Searched in the following locations:
       - https://dl.google.com/dl/android/maven2/it/unimi/dsi/fastutil/8.4.0/fastutil-8.4.0.pom
       - https://maven.google.com/it/unimi/dsi/fastutil/8.4.0/fastutil-8.4.0.pom
     Required by:
         project :sample-app-all > com.android.tools.build:gradle:7.1.0 > com.android.tools.build:builder:7.1.0
   > Could not find com.googlecode.json-simple:json-simple:1.1.
     Searched in the following locations:
       - https://dl.google.com/dl/android/maven2/com/googlecode/json-simple/json-simple/1.1/json-simple-1.1.pom
       - https://maven.google.com/com/googlecode/json-simple/json-simple/1.1/json-simple-1.1.pom
     Required by:
         project :sample-app-all > com.android.tools.build:gradle:7.1.0 > com.android.tools.build:builder:7.1.0
   > Could not find com.squareup:javawriter:2.5.0.
     Searched in the following locations:
       - https://dl.google.com/dl/android/maven2/com/squareup/javawriter/2.5.0/javawriter-2.5.0.pom
       - https://maven.google.com/com/squareup/javawriter/2.5.0/javawriter-2.5.0.pom
     Required by:
         project :sample-app-all > com.android.tools.build:gradle:7.1.0 > com.android.tools.build:builder:7.1.0
   > Could not find com.google.code.findbugs:jsr305:1.3.9.
     Searched in the following locations:
       - https://dl.google.com/dl/android/maven2/com/google/code/findbugs/jsr305/1.3.9/jsr305-1.3.9.pom
       - https://maven.google.com/com/google/code/findbugs/jsr305/1.3.9/jsr305-1.3.9.pom
     Required by:
         project :sample-app-all > com.android.tools.build:gradle:7.1.0 > com.android.tools.build:builder:7.1.0 > com.android.tools.build:apkzlib:7.1.0
   > Could not find com.google.guava:guava:30.1-jre.
     Searched in the following locations:
       - https://dl.google.com/dl/android/maven2/com/google/guava/guava/30.1-jre/guava-30.1-jre.pom
       - https://maven.google.com/com/google/guava/guava/30.1-jre/guava-30.1-jre.pom
     Required by:
         project :sample-app-all > com.android.tools.build:gradle:7.1.0 > com.android.tools.build:builder:7.1.0 > com.android.tools.build:apkzlib:7.1.0

Possible solution:
 - Declare repository providing the artifact, see the documentation at https://docs.gradle.org/current/userguide/declaring_repositories.html

@dji-dev
Copy link
Contributor

dji-dev commented Aug 10, 2022

Agent comment from yating.liao in Zendesk ticket #68836:

You seem to have modified the gradle and Android gradle tool versions of the sample. Have you tried sample's original gradle configuration? gradle version is 6.7.1 and gradle tool version is 4.2.2.
You can make the gradle version changes at the location on the diagram.

image.png

°°°

@anthnyprschka
Copy link
Author

Thanks, when I open it I get the following:
image

It's the version numbers you mentioned, I didn't change anything

@dji-dev
Copy link
Contributor

dji-dev commented Aug 11, 2022

Agent comment from yating.liao in Zendesk ticket #68836:

Have you downloaded and configured them?
Because the log you uploaded earlier shows com.android.tools.build:gradle:7.1.0, but the build.gradle under android-sdk-v5-as describes com.android.tools.build:gradle:4.2.2.

The gradle version can be modified in the places marked in the diagram below.

You can then click on this button below to try and update the project's configuration.

image.png
image.png

°°°

@anthnyprschka
Copy link
Author

When I click "Sync Project with Gradle Files" I get the same errors

@dji-dev
Copy link
Contributor

dji-dev commented Aug 11, 2022

Agent comment from yating.liao in Zendesk ticket #68836:

How did you import the project? Did you click OPEN on the home page, select the android-sdk-v5-as folder, and then click OK?

image.png

°°°

@anthnyprschka
Copy link
Author

@dji-dev correct

@dji-dev
Copy link
Contributor

dji-dev commented Aug 12, 2022

Agent comment from yating.liao in Zendesk ticket #68836:

I gave your logs to our engineer for analysis and he came up with the same result as I did, that the gradle version was causing the error.The MSDK does not currently support com.android.tools.build:gradle:7.1.0.
You might want to consider clearing the project cache and recompiling or checking that your Android studio is actually getting the 4.2.2 version of tool.

°°°

@anthnyprschka
Copy link
Author

Yeah for some reason it uses gradle 7.1.0 even though I select the right version in the project structure

@anthnyprschka
Copy link
Author

No luck even if I manually set gradle location:

image

@anthnyprschka
Copy link
Author

@anthnyprschka
Copy link
Author

Invalidating cache also didn't help

@dji-dev
Copy link
Contributor

dji-dev commented Aug 15, 2022

Agent comment from yating.liao in Zendesk ticket #68836:

Perhaps you could try using the following combination to see if the project compiles successfully.

image.png

°°°

@anthnyprschka
Copy link
Author

Then I get this error (I think it's the same):

A problem occurred configuring project ':sample-app-all'.
> Could not resolve all files for configuration ':sample-app-all:classpath'.
   > Could not find org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.32.
     Searched in the following locations:
       - https://maven.google.com/org/jetbrains/kotlin/kotlin-stdlib-jdk8/1.4.32/kotlin-stdlib-jdk8-1.4.32.pom
     If the artifact you are trying to retrieve can be found in the repository but without metadata in 'Maven POM' format, you need to adjust the 'metadataSources { ... }' of the repository declaration.
     Required by:
         project :sample-app-all > com.android.tools.build:gradle:7.1.0
         project :sample-app-all > com.android.tools.build:gradle:7.1.0 > com.android.tools:sdk-common:30.1.0
         project :sample-app-all > com.android.tools.build:gradle:7.1.0 > com.android.tools:repository:30.1.0
         project :sample-app-all > com.android.tools.build:gradle:7.1.0 > com.android.tools.ddms:ddmlib:30.1.0
         project :sample-app-all > com.android.tools.build:gradle:7.1.0 > com.android.tools.build:aaptcompiler:7.1.0
         project :sample-app-all > com.android.tools.build:gradle:7.1.0 > com.android.tools.analytics-library:shared:30.1.0
         project :sample-app-all > com.android.tools.build:gradle:7.1.0 > com.android.tools.lint:lint-model:30.1.0
         project :sample-app-all > com.android.tools.build:gradle:7.1.0 > androidx.databinding:databinding-compiler-common:7.1.0
         project :sample-app-all > com.android.tools.build:gradle:7.1.0 > com.android.tools.utp:android-test-plugin-host-retention-proto:30.1.0
         project :sample-app-all > com.android.tools.build:gradle:7.1.0 > com.android.tools.build:builder:7.1.0
         project :sample-app-all > com.android.tools.build:gradle:7.1.0 > com.android.tools.build:builder-model:7.1.0
         project :sample-app-all > com.android.tools.build:gradle:7.1.0 > com.android.tools.build:gradle-api:7.1.0
         project :sample-app-all > com.android.tools.build:gradle:7.1.0 > com.android.tools:sdk-common:30.1.0 > com.android.tools:common:30.1.0
         project :sample-app-all > com.android.tools.build:gradle:7.1.0 > com.android.tools.build:builder:7.1.0 > com.android.tools.analytics-library:tracker:30.1.0
         project :sample-app-all > com.android.tools.build:gradle:7.1.0 > com.android.tools.build:builder:7.1.0 > com.android.tools.build:manifest-merger:30.1.0
   > Could not find org.apache.httpcomponents:httpmime:4.5.6.
     Searched in the following locations:
       - https://maven.google.com/org/apache/httpcomponents/httpmime/4.5.6/httpmime-4.5.6.pom
     If the artifact you are trying to retrieve can be found in the repository but without metadata in 'Maven POM' format, you need to adjust the 'metadataSources { ... }' of the repository declaration.
     Required by:
         project :sample-app-all > com.android.tools.build:gradle:7.1.0
         project :sample-app-all > com.android.tools.build:gradle:7.1.0 > com.android.tools:sdklib:30.1.0
         project :sample-app-all > com.android.tools.build:gradle:7.1.0 > com.android.tools.analytics-library:crash:30.1.0
   > Could not find commons-io:commons-io:2.4.
     Searched in the following locations:
       - https://maven.google.com/commons-io/commons-io/2.4/commons-io-2.4.pom
     If the artifact you are trying to retrieve can be found in the repository but without metadata in 'Maven POM' format, you need to adjust the 'metadataSources { ... }' of the repository declaration.
     Required by:
         project :sample-app-all > com.android.tools.build:gradle:7.1.0
         project :sample-app-all > com.android.tools.build:gradle:7.1.0 > androidx.databinding:databinding-compiler-common:7.1.0
   > Could not find org.ow2.asm:asm:9.1.
     Searched in the following locations:
       - https://maven.google.com/org/ow2/asm/asm/9.1/asm-9.1.pom
     If the artifact you are trying to retrieve can be found in the repository but without metadata in 'Maven POM' format, you need to adjust the 'metadataSources { ... }' of the repository declaration.
     Required by:
         project :sample-app-all > com.android.tools.build:gradle:7.1.0
         project :sample-app-all > com.android.tools.build:gradle:7.1.0 > com.android.tools.build:builder:7.1.0
         project :sample-app-all > com.android.tools.build:gradle:7.1.0 > com.android.tools.build:gradle-api:7.1.0
   > Could not find org.ow2.asm:asm-analysis:9.1.
     Searched in the following locations:
       - https://maven.google.com/org/ow2/asm/asm-analysis/9.1/asm-analysis-9.1.pom
     If the artifact you are trying to retrieve can be found in the repository but without metadata in 'Maven POM' format, you need to adjust the 'metadataSources { ... }' of the repository declaration.
     Required by:
         project :sample-app-all > com.android.tools.build:gradle:7.1.0
   > Could not find org.ow2.asm:asm-commons:9.1.
     Searched in the following locations:
       - https://maven.google.com/org/ow2/asm/asm-commons/9.1/asm-commons-9.1.pom
     If the artifact you are trying to retrieve can be found in the repository but without metadata in 'Maven POM' format, you need to adjust the 'metadataSources { ... }' of the repository declaration.
     Required by:
         project :sample-app-all > com.android.tools.build:gradle:7.1.0
         project :sample-app-all > com.android.tools.build:gradle:7.1.0 > com.android.tools.build:builder:7.1.0
   > Could not find org.ow2.asm:asm-util:9.1.
     Searched in the following locations:
       - https://dl.google.com/dl/android/maven2/org/ow2/asm/asm-util/9.1/asm-util-9.1.pom
       - https://maven.google.com/org/ow2/asm/asm-util/9.1/asm-util-9.1.pom
     Required by:
         project :sample-app-all > com.android.tools.build:gradle:7.1.0
         project :sample-app-all > com.android.tools.build:gradle:7.1.0 > com.android.tools.build:builder:7.1.0
   > Could not find org.bouncycastle:bcpkix-jdk15on:1.56.
     Searched in the following locations:
       - https://maven.google.com/org/bouncycastle/bcpkix-jdk15on/1.56/bcpkix-jdk15on-1.56.pom
     If the artifact you are trying to retrieve can be found in the repository but without metadata in 'Maven POM' format, you need to adjust the 'metadataSources { ... }' of the repository declaration.
     Required by:
         project :sample-app-all > com.android.tools.build:gradle:7.1.0
         project :sample-app-all > com.android.tools.build:gradle:7.1.0 > com.android.tools:sdk-common:30.1.0
         project :sample-app-all > com.android.tools.build:gradle:7.1.0 > com.android.tools.build:builder:7.1.0
         project :sample-app-all > com.android.tools.build:gradle:7.1.0 > com.android.tools.build:builder:7.1.0 > com.android.tools.build:apkzlib:7.1.0
   > Could not find org.glassfish.jaxb:jaxb-runtime:2.3.2.
     Searched in the following locations:
       - https://maven.google.com/org/glassfish/jaxb/jaxb-runtime/2.3.2/jaxb-runtime-2.3.2.pom
     If the artifact you are trying to retrieve can be found in the repository but without metadata in 'Maven POM' format, you need to adjust the 'metadataSources { ... }' of the repository declaration.
     Required by:
         project :sample-app-all > com.android.tools.build:gradle:7.1.0
         project :sample-app-all > com.android.tools.build:gradle:7.1.0 > com.android.tools:sdk-common:30.1.0
         project :sample-app-all > com.android.tools.build:gradle:7.1.0 > com.android.tools:sdklib:30.1.0
         project :sample-app-all > com.android.tools.build:gradle:7.1.0 > com.android.tools:repository:30.1.0
         project :sample-app-all > com.android.tools.build:gradle:7.1.0 > androidx.databinding:databinding-compiler-common:7.1.0
   > Could not find net.sf.jopt-simple:jopt-simple:4.9.
     Searched in the following locations:
       - https://maven.google.com/net/sf/jopt-simple/jopt-simple/4.9/jopt-simple-4.9.pom
     If the artifact you are trying to retrieve can be found in the repository but without metadata in 'Maven POM' format, you need to adjust the 'metadataSources { ... }' of the repository declaration.
     Required by:
         project :sample-app-all > com.android.tools.build:gradle:7.1.0
         project :sample-app-all > com.android.tools.build:gradle:7.1.0 > com.android.tools.build:builder:7.1.0
   > Could not find com.squareup:javapoet:1.10.0.
     Searched in the following locations:
       - https://maven.google.com/com/squareup/javapoet/1.10.0/javapoet-1.10.0.pom
     If the artifact you are trying to retrieve can be found in the repository but without metadata in 'Maven POM' format, you need to adjust the 'metadataSources { ... }' of the repository declaration.
     Required by:
         project :sample-app-all > com.android.tools.build:gradle:7.1.0
         project :sample-app-all > com.android.tools.build:gradle:7.1.0 > androidx.databinding:databinding-compiler-common:7.1.0
   > Could not find com.google.protobuf:protobuf-java:3.10.0.
     Searched in the following locations:
       - https://maven.google.com/com/google/protobuf/protobuf-java/3.10.0/protobuf-java-3.10.0.pom
     If the artifact you are trying to retrieve can be found in the repository but without metadata in 'Maven POM' format, you need to adjust the 'metadataSources { ... }' of the repository declaration.
     Required by:
         project :sample-app-all > com.android.tools.build:gradle:7.1.0
         project :sample-app-all > com.android.tools.build:gradle:7.1.0 > com.android.tools:sdk-common:30.1.0
         project :sample-app-all > com.android.tools.build:gradle:7.1.0 > com.android.tools.ddms:ddmlib:30.1.0
         project :sample-app-all > com.android.tools.build:gradle:7.1.0 > com.android.tools.build:aapt2-proto:7.1.0-7984345
         project :sample-app-all > com.android.tools.build:gradle:7.1.0 > com.android.tools.build:aaptcompiler:7.1.0
         project :sample-app-all > com.android.tools.build:gradle:7.1.0 > com.android.tools.utp:android-device-provider-ddmlib-proto:30.1.0
         project :sample-app-all > com.android.tools.build:gradle:7.1.0 > com.android.tools.utp:android-device-provider-gradle-proto:30.1.0
         project :sample-app-all > com.android.tools.build:gradle:7.1.0 > com.android.tools.utp:android-test-plugin-host-additional-test-output-proto:30.1.0
         project :sample-app-all > com.android.tools.build:gradle:7.1.0 > com.android.tools.utp:android-test-plugin-host-coverage-proto:30.1.0
         project :sample-app-all > com.android.tools.build:gradle:7.1.0 > com.android.tools.utp:android-test-plugin-host-retention-proto:30.1.0
         project :sample-app-all > com.android.tools.build:gradle:7.1.0 > com.android.tools.utp:android-test-plugin-result-listener-gradle-proto:30.1.0
         project :sample-app-all > com.android.tools.build:gradle:7.1.0 > com.android.tools.build:bundletool:1.8.0
         project :sample-app-all > com.android.tools.build:gradle:7.1.0 > com.android.tools.analytics-library:shared:30.1.0 > com.android.tools.analytics-library:protos:30.1.0
         project :sample-app-all > com.android.tools.build:gradle:7.1.0 > com.android.tools.build:builder:7.1.0 > com.android.tools.analytics-library:tracker:30.1.0
   > Could not find com.google.protobuf:protobuf-java-util:3.10.0.
     Searched in the following locations:
       - https://maven.google.com/com/google/protobuf/protobuf-java-util/3.10.0/protobuf-java-util-3.10.0.pom
     If the artifact you are trying to retrieve can be found in the repository but without metadata in 'Maven POM' format, you need to adjust the 'metadataSources { ... }' of the repository declaration.
     Required by:
         project :sample-app-all > com.android.tools.build:gradle:7.1.0
         project :sample-app-all > com.android.tools.build:gradle:7.1.0 > com.android.tools.build:bundletool:1.8.0
   > Could not find com.google.code.gson:gson:2.8.6.
     Searched in the following locations:
       - https://maven.google.com/com/google/code/gson/gson/2.8.6/gson-2.8.6.pom
     If the artifact you are trying to retrieve can be found in the repository but without metadata in 'Maven POM' format, you need to adjust the 'metadataSources { ... }' of the repository declaration.
     Required by:
         project :sample-app-all > com.android.tools.build:gradle:7.1.0
         project :sample-app-all > com.android.tools.build:gradle:7.1.0 > com.android.tools:sdk-common:30.1.0
         project :sample-app-all > com.android.tools.build:gradle:7.1.0 > com.android.tools:sdklib:30.1.0
         project :sample-app-all > com.android.tools.build:gradle:7.1.0 > com.android.tools.analytics-library:shared:30.1.0
         project :sample-app-all > com.android.tools.build:gradle:7.1.0 > androidx.databinding:databinding-compiler-common:7.1.0
         project :sample-app-all > com.android.tools.build:gradle:7.1.0 > com.android.tools.utp:android-test-plugin-result-listener-gradle-proto:30.1.0
         project :sample-app-all > com.android.tools.build:gradle:7.1.0 > com.android.tools.build:builder:7.1.0 > com.android.tools.build:manifest-merger:30.1.0
   > Could not find io.grpc:grpc-core:1.21.1.
     Searched in the following locations:
       - https://maven.google.com/io/grpc/grpc-core/1.21.1/grpc-core-1.21.1.pom
     If the artifact you are trying to retrieve can be found in the repository but without metadata in 'Maven POM' format, you need to adjust the 'metadataSources { ... }' of the repository declaration.
     Required by:
         project :sample-app-all > com.android.tools.build:gradle:7.1.0
         project :sample-app-all > com.android.tools.build:gradle:7.1.0 > com.android.tools.utp:android-test-plugin-result-listener-gradle-proto:30.1.0
   > Could not find io.grpc:grpc-netty:1.21.1.
     Searched in the following locations:
       - https://maven.google.com/io/grpc/grpc-netty/1.21.1/grpc-netty-1.21.1.pom
     If the artifact you are trying to retrieve can be found in the repository but without metadata in 'Maven POM' format, you need to adjust the 'metadataSources { ... }' of the repository declaration.
     Required by:
         project :sample-app-all > com.android.tools.build:gradle:7.1.0
         project :sample-app-all > com.android.tools.build:gradle:7.1.0 > com.android.tools.utp:android-test-plugin-result-listener-gradle-proto:30.1.0
   > Could not find io.grpc:grpc-protobuf:1.21.1.
     Searched in the following locations:
       - https://maven.google.com/io/grpc/grpc-protobuf/1.21.1/grpc-protobuf-1.21.1.pom
     If the artifact you are trying to retrieve can be found in the repository but without metadata in 'Maven POM' format, you need to adjust the 'metadataSources { ... }' of the repository declaration.
     Required by:
         project :sample-app-all > com.android.tools.build:gradle:7.1.0
         project :sample-app-all > com.android.tools.build:gradle:7.1.0 > com.android.tools.utp:android-test-plugin-result-listener-gradle-proto:30.1.0
   > Could not find io.grpc:grpc-stub:1.21.1.
     Searched in the following locations:
       - https://maven.google.com/io/grpc/grpc-stub/1.21.1/grpc-stub-1.21.1.pom
     If the artifact you are trying to retrieve can be found in the repository but without metadata in 'Maven POM' format, you need to adjust the 'metadataSources { ... }' of the repository declaration.
     Required by:
         project :sample-app-all > com.android.tools.build:gradle:7.1.0
         project :sample-app-all > com.android.tools.build:gradle:7.1.0 > com.android.tools.utp:android-test-plugin-result-listener-gradle-proto:30.1.0
   > Could not find com.google.crypto.tink:tink:1.3.0-rc2.
     Searched in the following locations:
       - https://maven.google.com/com/google/crypto/tink/tink/1.3.0-rc2/tink-1.3.0-rc2.pom
     If the artifact you are trying to retrieve can be found in the repository but without metadata in 'Maven POM' format, you need to adjust the 'metadataSources { ... }' of the repository declaration.
     Required by:
         project :sample-app-all > com.android.tools.build:gradle:7.1.0
   > Could not find org.jetbrains.dokka:dokka-core:1.4.32.
     Searched in the following locations:
       - https://dl.google.com/dl/android/maven2/org/jetbrains/dokka/dokka-core/1.4.32/dokka-core-1.4.32.pom
       - https://maven.google.com/org/jetbrains/dokka/dokka-core/1.4.32/dokka-core-1.4.32.pom
     Required by:
         project :sample-app-all > com.android.tools.build:gradle:7.1.0
   > Could not find com.google.flatbuffers:flatbuffers-java:1.12.0.
     Searched in the following locations:
       - https://maven.google.com/com/google/flatbuffers/flatbuffers-java/1.12.0/flatbuffers-java-1.12.0.pom
     If the artifact you are trying to retrieve can be found in the repository but without metadata in 'Maven POM' format, you need to adjust the 'metadataSources { ... }' of the repository declaration.
     Required by:
         project :sample-app-all > com.android.tools.build:gradle:7.1.0
   > Could not find org.tensorflow:tensorflow-lite-metadata:0.1.0-rc2.
     Searched in the following locations:
       - https://maven.google.com/org/tensorflow/tensorflow-lite-metadata/0.1.0-rc2/tensorflow-lite-metadata-0.1.0-rc2.pom
     If the artifact you are trying to retrieve can be found in the repository but without metadata in 'Maven POM' format, you need to adjust the 'metadataSources { ... }' of the repository declaration.
     Required by:
         project :sample-app-all > com.android.tools.build:gradle:7.1.0
   > Could not find org.bouncycastle:bcprov-jdk15on:1.56.
     Searched in the following locations:
       - https://maven.google.com/org/bouncycastle/bcprov-jdk15on/1.56/bcprov-jdk15on-1.56.pom
     If the artifact you are trying to retrieve can be found in the repository but without metadata in 'Maven POM' format, you need to adjust the 'metadataSources { ... }' of the repository declaration.
     Required by:
         project :sample-app-all > com.android.tools.build:gradle:7.1.0 > com.android.tools:sdk-common:30.1.0
         project :sample-app-all > com.android.tools.build:gradle:7.1.0 > com.android.tools.build:builder:7.1.0
         project :sample-app-all > com.android.tools.build:gradle:7.1.0 > com.android.tools.build:builder:7.1.0 > com.android.tools.build:apkzlib:7.1.0
   > Could not find com.google.guava:guava:30.1-jre.
     Searched in the following locations:
       - https://maven.google.com/com/google/guava/guava/30.1-jre/guava-30.1-jre.pom
     If the artifact you are trying to retrieve can be found in the repository but without metadata in 'Maven POM' format, you need to adjust the 'metadataSources { ... }' of the repository declaration.
     Required by:
         project :sample-app-all > com.android.tools.build:gradle:7.1.0 > com.android.tools:sdk-common:30.1.0
         project :sample-app-all > com.android.tools.build:gradle:7.1.0 > com.android.tools.build:aaptcompiler:7.1.0
         project :sample-app-all > com.android.tools.build:gradle:7.1.0 > com.android.tools.analytics-library:crash:30.1.0
         project :sample-app-all > com.android.tools.build:gradle:7.1.0 > com.android.tools.analytics-library:shared:30.1.0
         project :sample-app-all > com.android.tools.build:gradle:7.1.0 > androidx.databinding:databinding-compiler-common:7.1.0
         project :sample-app-all > com.android.tools.build:gradle:7.1.0 > com.android.tools.build:builder-test-api:7.1.0
         project :sample-app-all > com.android.tools.build:gradle:7.1.0 > com.android.tools.utp:android-test-plugin-result-listener-gradle-proto:30.1.0
         project :sample-app-all > com.android.tools.build:gradle:7.1.0 > com.android.tools.build:bundletool:1.8.0
         project :sample-app-all > com.android.tools.build:gradle:7.1.0 > com.android.tools.build:gradle-api:7.1.0
         project :sample-app-all > com.android.tools.build:gradle:7.1.0 > com.android.tools:sdk-common:30.1.0 > com.android.tools:common:30.1.0
         project :sample-app-all > com.android.tools.build:gradle:7.1.0 > com.android.tools.build:builder:7.1.0 > com.android.tools.analytics-library:tracker:30.1.0
   > Could not find org.jetbrains.kotlin:kotlin-reflect:1.4.32.
     Searched in the following locations:
       - https://maven.google.com/org/jetbrains/kotlin/kotlin-reflect/1.4.32/kotlin-reflect-1.4.32.pom
     If the artifact you are trying to retrieve can be found in the repository but without metadata in 'Maven POM' format, you need to adjust the 'metadataSources { ... }' of the repository declaration.
     Required by:
         project :sample-app-all > com.android.tools.build:gradle:7.1.0 > com.android.tools:sdk-common:30.1.0
   > Could not find javax.inject:javax.inject:1.
     Searched in the following locations:
       - https://maven.google.com/javax/inject/javax.inject/1/javax.inject-1.pom
     If the artifact you are trying to retrieve can be found in the repository but without metadata in 'Maven POM' format, you need to adjust the 'metadataSources { ... }' of the repository declaration.
     Required by:
         project :sample-app-all > com.android.tools.build:gradle:7.1.0 > com.android.tools:sdk-common:30.1.0
         project :sample-app-all > com.android.tools.build:gradle:7.1.0 > com.android.tools.build:bundletool:1.8.0
         project :sample-app-all > com.android.tools.build:gradle:7.1.0 > com.android.tools.build:builder:7.1.0
   > Could not find net.sf.kxml:kxml2:2.3.0.
     Searched in the following locations:
       - https://maven.google.com/net/sf/kxml/kxml2/2.3.0/kxml2-2.3.0.pom
     If the artifact you are trying to retrieve can be found in the repository but without metadata in 'Maven POM' format, you need to adjust the 'metadataSources { ... }' of the repository declaration.
     Required by:
         project :sample-app-all > com.android.tools.build:gradle:7.1.0 > com.android.tools:sdk-common:30.1.0
         project :sample-app-all > com.android.tools.build:gradle:7.1.0 > com.android.tools.ddms:ddmlib:30.1.0
         project :sample-app-all > com.android.tools.build:gradle:7.1.0 > com.android.tools.lint:lint-model:30.1.0
         project :sample-app-all > com.android.tools.build:gradle:7.1.0 > com.android.tools.layoutlib:layoutlib-api:30.1.0
         project :sample-app-all > com.android.tools.build:gradle:7.1.0 > com.android.tools.build:builder:7.1.0 > com.android.tools.build:manifest-merger:30.1.0
   > Could not find org.jetbrains.intellij.deps:trove4j:1.0.20181211.
     Searched in the following locations:
       - https://maven.google.com/org/jetbrains/intellij/deps/trove4j/1.0.20181211/trove4j-1.0.20181211.pom
     If the artifact you are trying to retrieve can be found in the repository but without metadata in 'Maven POM' format, you need to adjust the 'metadataSources { ... }' of the repository declaration.
     Required by:
         project :sample-app-all > com.android.tools.build:gradle:7.1.0 > com.android.tools:sdk-common:30.1.0
   > Could not find xerces:xercesImpl:2.12.0.
     Searched in the following locations:
       - https://maven.google.com/xerces/xercesImpl/2.12.0/xercesImpl-2.12.0.pom
     If the artifact you are trying to retrieve can be found in the repository but without metadata in 'Maven POM' format, you need to adjust the 'metadataSources { ... }' of the repository declaration.
     Required by:
         project :sample-app-all > com.android.tools.build:gradle:7.1.0 > com.android.tools:sdk-common:30.1.0
   > Could not find org.apache.commons:commons-compress:1.20.
     Searched in the following locations:
       - https://maven.google.com/org/apache/commons/commons-compress/1.20/commons-compress-1.20.pom
     If the artifact you are trying to retrieve can be found in the repository but without metadata in 'Maven POM' format, you need to adjust the 'metadataSources { ... }' of the repository declaration.
     Required by:
         project :sample-app-all > com.android.tools.build:gradle:7.1.0 > com.android.tools:sdklib:30.1.0
         project :sample-app-all > com.android.tools.build:gradle:7.1.0 > com.android.tools:repository:30.1.0
   > Could not find org.apache.httpcomponents:httpcore:4.4.10.
     Searched in the following locations:
       - https://maven.google.com/org/apache/httpcomponents/httpcore/4.4.10/httpcore-4.4.10.pom
     If the artifact you are trying to retrieve can be found in the repository but without metadata in 'Maven POM' format, you need to adjust the 'metadataSources { ... }' of the repository declaration.
     Required by:
         project :sample-app-all > com.android.tools.build:gradle:7.1.0 > com.android.tools:sdklib:30.1.0
         project :sample-app-all > com.android.tools.build:gradle:7.1.0 > com.android.tools.analytics-library:crash:30.1.0
   > Could not find com.sun.activation:javax.activation:1.2.0.
     Searched in the following locations:
       - https://maven.google.com/com/sun/activation/javax.activation/1.2.0/javax.activation-1.2.0.pom
     If the artifact you are trying to retrieve can be found in the repository but without metadata in 'Maven POM' format, you need to adjust the 'metadataSources { ... }' of the repository declaration.
     Required by:
         project :sample-app-all > com.android.tools.build:gradle:7.1.0 > com.android.tools:repository:30.1.0
   > Could not find com.google.jimfs:jimfs:1.1.
     Searched in the following locations:
       - https://maven.google.com/com/google/jimfs/jimfs/1.1/jimfs-1.1.pom
     If the artifact you are trying to retrieve can be found in the repository but without metadata in 'Maven POM' format, you need to adjust the 'metadataSources { ... }' of the repository declaration.
     Required by:
         project :sample-app-all > com.android.tools.build:gradle:7.1.0 > com.android.tools:repository:30.1.0
   > Could not find org.apache.httpcomponents:httpclient:4.5.6.
     Searched in the following locations:
       - https://maven.google.com/org/apache/httpcomponents/httpclient/4.5.6/httpclient-4.5.6.pom
     If the artifact you are trying to retrieve can be found in the repository but without metadata in 'Maven POM' format, you need to adjust the 'metadataSources { ... }' of the repository declaration.
     Required by:
         project :sample-app-all > com.android.tools.build:gradle:7.1.0 > com.android.tools.analytics-library:crash:30.1.0
   > Could not find net.java.dev.jna:jna-platform:5.6.0.
     Searched in the following locations:
       - https://maven.google.com/net/java/dev/jna/jna-platform/5.6.0/jna-platform-5.6.0.pom
     If the artifact you are trying to retrieve can be found in the repository but without metadata in 'Maven POM' format, you need to adjust the 'metadataSources { ... }' of the repository declaration.
     Required by:
         project :sample-app-all > com.android.tools.build:gradle:7.1.0 > com.android.tools.analytics-library:shared:30.1.0
   > Could not find org.antlr:antlr4:4.5.3.
     Searched in the following locations:
       - https://maven.google.com/org/antlr/antlr4/4.5.3/antlr4-4.5.3.pom
     If the artifact you are trying to retrieve can be found in the repository but without metadata in 'Maven POM' format, you need to adjust the 'metadataSources { ... }' of the repository declaration.
     Required by:
         project :sample-app-all > com.android.tools.build:gradle:7.1.0 > androidx.databinding:databinding-compiler-common:7.1.0
   > Could not find com.googlecode.juniversalchardet:juniversalchardet:1.0.3.
     Searched in the following locations:
       - https://maven.google.com/com/googlecode/juniversalchardet/juniversalchardet/1.0.3/juniversalchardet-1.0.3.pom
     If the artifact you are trying to retrieve can be found in the repository but without metadata in 'Maven POM' format, you need to adjust the 'metadataSources { ... }' of the repository declaration.
     Required by:
         project :sample-app-all > com.android.tools.build:gradle:7.1.0 > androidx.databinding:databinding-compiler-common:7.1.0
   > Could not find org.jetbrains:annotations:13.0.
     Searched in the following locations:
       - https://maven.google.com/org/jetbrains/annotations/13.0/annotations-13.0.pom
     If the artifact you are trying to retrieve can be found in the repository but without metadata in 'Maven POM' format, you need to adjust the 'metadataSources { ... }' of the repository declaration.
     Required by:
         project :sample-app-all > com.android.tools.build:gradle:7.1.0 > com.android.tools.layoutlib:layoutlib-api:30.1.0
   > Could not find com.google.auto.value:auto-value-annotations:1.6.2.
     Searched in the following locations:
       - https://maven.google.com/com/google/auto/value/auto-value-annotations/1.6.2/auto-value-annotations-1.6.2.pom
     If the artifact you are trying to retrieve can be found in the repository but without metadata in 'Maven POM' format, you need to adjust the 'metadataSources { ... }' of the repository declaration.
     Required by:
         project :sample-app-all > com.android.tools.build:gradle:7.1.0 > com.android.tools.build:bundletool:1.8.0
   > Could not find com.google.errorprone:error_prone_annotations:2.3.1.
     Searched in the following locations:
       - https://maven.google.com/com/google/errorprone/error_prone_annotations/2.3.1/error_prone_annotations-2.3.1.pom
     If the artifact you are trying to retrieve can be found in the repository but without metadata in 'Maven POM' format, you need to adjust the 'metadataSources { ... }' of the repository declaration.
     Required by:
         project :sample-app-all > com.android.tools.build:gradle:7.1.0 > com.android.tools.build:bundletool:1.8.0
   > Could not find com.google.dagger:dagger:2.28.3.
     Searched in the following locations:
       - https://maven.google.com/com/google/dagger/dagger/2.28.3/dagger-2.28.3.pom
     If the artifact you are trying to retrieve can be found in the repository but without metadata in 'Maven POM' format, you need to adjust the 'metadataSources { ... }' of the repository declaration.
     Required by:
         project :sample-app-all > com.android.tools.build:gradle:7.1.0 > com.android.tools.build:bundletool:1.8.0
   > Could not find org.bitbucket.b_c:jose4j:0.7.0.
     Searched in the following locations:
       - https://dl.google.com/dl/android/maven2/org/bitbucket/b_c/jose4j/0.7.0/jose4j-0.7.0.pom
       - https://maven.google.com/org/bitbucket/b_c/jose4j/0.7.0/jose4j-0.7.0.pom
     Required by:
         project :sample-app-all > com.android.tools.build:gradle:7.1.0 > com.android.tools.build:bundletool:1.8.0
   > Could not find org.slf4j:slf4j-api:1.7.30.
     Searched in the following locations:
       - https://dl.google.com/dl/android/maven2/org/slf4j/slf4j-api/1.7.30/slf4j-api-1.7.30.pom
       - https://maven.google.com/org/slf4j/slf4j-api/1.7.30/slf4j-api-1.7.30.pom
     Required by:
         project :sample-app-all > com.android.tools.build:gradle:7.1.0 > com.android.tools.build:bundletool:1.8.0
   > Could not find com.google.code.gson:gson:2.8.6.
     Searched in the following locations:
       - https://maven.google.com/com/google/code/gson/gson/2.8.6/gson-2.8.6.pom
     If the artifact you are trying to retrieve can be found in the repository but without metadata in 'Maven POM' format, you need to adjust the 'metadataSources { ... }' of the repository declaration.
     Required by:
         project :sample-app-all > com.android.tools.build:gradle:7.1.0 > com.android.tools.build.jetifier:jetifier-core:1.0.0-beta09
   > Could not find org.jetbrains.kotlin:kotlin-stdlib:1.3.60.
     Searched in the following locations:
       - https://dl.google.com/dl/android/maven2/org/jetbrains/kotlin/kotlin-stdlib/1.3.60/kotlin-stdlib-1.3.60.pom
       - https://maven.google.com/org/jetbrains/kotlin/kotlin-stdlib/1.3.60/kotlin-stdlib-1.3.60.pom
     Required by:
         project :sample-app-all > com.android.tools.build:gradle:7.1.0 > com.android.tools.build.jetifier:jetifier-core:1.0.0-beta09
         project :sample-app-all > com.android.tools.build:gradle:7.1.0 > com.android.tools.build.jetifier:jetifier-processor:1.0.0-beta09
   > Could not find org.ow2.asm:asm:9.1.
     Searched in the following locations:
       - https://maven.google.com/org/ow2/asm/asm/9.1/asm-9.1.pom
     If the artifact you are trying to retrieve can be found in the repository but without metadata in 'Maven POM' format, you need to adjust the 'metadataSources { ... }' of the repository declaration.
     Required by:
         project :sample-app-all > com.android.tools.build:gradle:7.1.0 > com.android.tools.build.jetifier:jetifier-processor:1.0.0-beta09
   > Could not find org.ow2.asm:asm-util:9.1.
     Searched in the following locations:
       - https://dl.google.com/dl/android/maven2/org/ow2/asm/asm-util/9.1/asm-util-9.1.pom
       - https://maven.google.com/org/ow2/asm/asm-util/9.1/asm-util-9.1.pom
     Required by:
         project :sample-app-all > com.android.tools.build:gradle:7.1.0 > com.android.tools.build.jetifier:jetifier-processor:1.0.0-beta09
   > Could not find org.ow2.asm:asm-commons:9.1.
     Searched in the following locations:
       - https://maven.google.com/org/ow2/asm/asm-commons/9.1/asm-commons-9.1.pom
     If the artifact you are trying to retrieve can be found in the repository but without metadata in 'Maven POM' format, you need to adjust the 'metadataSources { ... }' of the repository declaration.
     Required by:
         project :sample-app-all > com.android.tools.build:gradle:7.1.0 > com.android.tools.build.jetifier:jetifier-processor:1.0.0-beta09
   > Could not find org.jdom:jdom2:2.0.6.
     Searched in the following locations:
       - https://maven.google.com/org/jdom/jdom2/2.0.6/jdom2-2.0.6.pom
     If the artifact you are trying to retrieve can be found in the repository but without metadata in 'Maven POM' format, you need to adjust the 'metadataSources { ... }' of the repository declaration.
     Required by:
         project :sample-app-all > com.android.tools.build:gradle:7.1.0 > com.android.tools.build.jetifier:jetifier-processor:1.0.0-beta09
   > Could not find commons-codec:commons-codec:1.10.
     Searched in the following locations:
       - https://maven.google.com/commons-codec/commons-codec/1.10/commons-codec-1.10.pom
     If the artifact you are trying to retrieve can be found in the repository but without metadata in 'Maven POM' format, you need to adjust the 'metadataSources { ... }' of the repository declaration.
     Required by:
         project :sample-app-all > com.android.tools.build:gradle:7.1.0 > com.android.tools.build:builder:7.1.0
   > Could not find org.ow2.asm:asm-tree:9.1.
     Searched in the following locations:
       - https://maven.google.com/org/ow2/asm/asm-tree/9.1/asm-tree-9.1.pom
     If the artifact you are trying to retrieve can be found in the repository but without metadata in 'Maven POM' format, you need to adjust the 'metadataSources { ... }' of the repository declaration.
     Required by:
         project :sample-app-all > com.android.tools.build:gradle:7.1.0 > com.android.tools.build:builder:7.1.0
   > Could not find it.unimi.dsi:fastutil:8.4.0.
     Searched in the following locations:
       - https://maven.google.com/it/unimi/dsi/fastutil/8.4.0/fastutil-8.4.0.pom
     If the artifact you are trying to retrieve can be found in the repository but without metadata in 'Maven POM' format, you need to adjust the 'metadataSources { ... }' of the repository declaration.
     Required by:
         project :sample-app-all > com.android.tools.build:gradle:7.1.0 > com.android.tools.build:builder:7.1.0
   > Could not find com.googlecode.json-simple:json-simple:1.1.
     Searched in the following locations:
       - https://maven.google.com/com/googlecode/json-simple/json-simple/1.1/json-simple-1.1.pom
     If the artifact you are trying to retrieve can be found in the repository but without metadata in 'Maven POM' format, you need to adjust the 'metadataSources { ... }' of the repository declaration.
     Required by:
         project :sample-app-all > com.android.tools.build:gradle:7.1.0 > com.android.tools.build:builder:7.1.0
   > Could not find com.squareup:javawriter:2.5.0.
     Searched in the following locations:
       - https://maven.google.com/com/squareup/javawriter/2.5.0/javawriter-2.5.0.pom
     If the artifact you are trying to retrieve can be found in the repository but without metadata in 'Maven POM' format, you need to adjust the 'metadataSources { ... }' of the repository declaration.
     Required by:
         project :sample-app-all > com.android.tools.build:gradle:7.1.0 > com.android.tools.build:builder:7.1.0
   > Could not find com.google.code.findbugs:jsr305:1.3.9.
     Searched in the following locations:
       - https://dl.google.com/dl/android/maven2/com/google/code/findbugs/jsr305/1.3.9/jsr305-1.3.9.pom
       - https://maven.google.com/com/google/code/findbugs/jsr305/1.3.9/jsr305-1.3.9.pom
     Required by:
         project :sample-app-all > com.android.tools.build:gradle:7.1.0 > com.android.tools.build:builder:7.1.0 > com.android.tools.build:apkzlib:7.1.0
   > Could not find com.google.guava:guava:30.1-jre.
     Searched in the following locations:
       - https://maven.google.com/com/google/guava/guava/30.1-jre/guava-30.1-jre.pom
     If the artifact you are trying to retrieve can be found in the repository but without metadata in 'Maven POM' format, you need to adjust the 'metadataSources { ... }' of the repository declaration.
     Required by:
         project :sample-app-all > com.android.tools.build:gradle:7.1.0 > com.android.tools.build:builder:7.1.0 > com.android.tools.build:apkzlib:7.1.0

Possible solution:
 - Declare repository providing the artifact, see the documentation at https://docs.gradle.org/current/userguide/declaring_repositories.html

@dji-dev
Copy link
Contributor

dji-dev commented Aug 16, 2022

Agent comment from yating.liao in Zendesk ticket #68836:

I assume this is not a problem caused by sample, you might have a try at reinstalling Android studio or contacting Android studio support for help.

°°°

@anthnyprschka
Copy link
Author

Thanks created this: https://issuetracker.google.com/u/1/issues/242570958

@anthnyprschka
Copy link
Author

FYI also running into some issues with https://github.com/dji-sdk/Mobile-SDK-Android

@anthnyprschka
Copy link
Author

Nvm old version of mobile sdk android i got to run

@dji-dev
Copy link
Contributor

dji-dev commented Aug 17, 2022

Agent comment from yating.liao in Zendesk ticket #68836:

https://github.com/dji-sdk/Mobile-SDK-Android
This address holds the sample code for MSDK V4, which is not compatible with V5. What model do you want to support? If it is the M30 series, then only V5 can be used.

°°°

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants