[Android-tools-devel] last error in -tools-base: Could not find com.android.tools.analytics-library:protos:.
Hans-Christoph Steiner
hans at at.or.at
Thu Dec 29 11:38:19 UTC 2016
I just uploaded jimfs to NEW, which is required by
android-platform-tools-base v2.2.2. That's the final dep required for
the 2.2.2 upgrade. We can't ship stretch with v2.0.0 since that does
not work at all with gradle-3.x. It exits with an error saying using
gradle 2.10, and stretch does not ship gradle 2.x. I think we'll get
these updates into stretch past the freeze since all of these packages
need to be the right versions to work together.
This is the last error in the android-platform-tools-base update, which
is totally stumping me:
* Where:
Script
'/export/share/code/android-tools/android-platform-tools-base/debian/generateClasspath.gradle'
line: 10
* What went wrong:
Execution failed for task ':base:builder:generateClasspath'.
> Could not resolve all dependencies for configuration ':base:builder:runtime'.
> Could not find com.android.tools.analytics-library:protos:.
Searched in the following locations:
file:/usr/share/maven-repo/com/android/tools/analytics-library/protos//protos-.pom
file:/usr/share/maven-repo/com/android/tools/analytics-library/protos//protos-.jar
Required by:
project :base:builder
> Could not find com.android.tools.analytics-library:shared:.
Searched in the following locations:
file:/usr/share/maven-repo/com/android/tools/analytics-library/shared//shared-.pom
file:/usr/share/maven-repo/com/android/tools/analytics-library/shared//shared-.jar
Required by:
project :base:builder
> Could not find com.android.tools.analytics-library:tracker:.
Searched in the following locations:
file:/usr/share/maven-repo/com/android/tools/analytics-library/tracker//tracker-.pom
file:/usr/share/maven-repo/com/android/tools/analytics-library/tracker//tracker-.jar
Required by:
project :base:builder
project :base:builder > project :base:profile
Here's jimfs:
https://anonscm.debian.org/git/pkg-java/jimfs.git
I've never done a maven or gradle package before, so both of these could
use some proper style from someone who knows it.
.hc
More information about the Android-tools-devel
mailing list