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

Not compatible with Android build tools 2.2.0 #10

Open
dschmucki opened this issue Oct 6, 2016 · 0 comments
Open

Not compatible with Android build tools 2.2.0 #10

dschmucki opened this issue Oct 6, 2016 · 0 comments

Comments

@dschmucki
Copy link

The update from Android build tools 2.1.3 to 2.2.0 is not possible. The following error is thrown during a Gradle run:

Error:Unable to find method 'com.google.common.cache.CacheBuilder.build(Lcom/google/common/cache/CacheLoader;)Lcom/google/common/cache/LoadingCache;'.

ABT brings Guava 18.0 so Guava 17.0, where the CacheBuilder is included, is missing. Maybe the plugin could be fixed by using a newer version of Maven (currently 3.0.5, newest release is 3.3.9) but im not sure what the implications would be?

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

1 participant