Re: [Android-tools-devel] build.gradle: unable to resolve class com.google.common.collect.ImmutableMap

2016-12-23 Thread Hans-Christoph Steiner
This fixed in it in the end: buildscript { dependencies { classpath 'com.google.guava:guava:debian' } } .hc 殷啟聰: > Add the following to the beginning of "build.gradle": > > ``` > buildscript { > dependencies { > compile 'com.google.guava:guava:debian' > } > } > ``` > > An

Re: [Android-tools-devel] build.gradle: unable to resolve class com.google.common.collect.ImmutableMap

2016-12-23 Thread 殷啟聰
Add the following to the beginning of "build.gradle": ``` buildscript { dependencies { compile 'com.google.guava:guava:debian' } } ``` And see what happens :) 2016-12-23 7:31 GMT+08:00 Hans-Christoph Steiner : > > I'm trying to update the Android gradle plugin (java/groovy/gradle) to > t

build.gradle: unable to resolve class com.google.common.collect.ImmutableMap

2016-12-22 Thread Hans-Christoph Steiner
I'm trying to update the Android gradle plugin (java/groovy/gradle) to the latest release in time for stretch. I already updated the dependent lib android-platform-frameworks-data-binding to 2.2.2 and uploaded that. Seamlik uploaded android-platform-tools-analytics-library and this is already us