Why do we get this error in Android Studio 3.0 RC1?
com.android.dx.cf.code.SimException: default or static interface method used without --min-sdk-version
From guava v24 we have two alternative versions: Android or JRE. So, in this case you need to include the dependency as:
compile 'com.google.guava:guava:24.1-android'
Find all the details within the repo: https://github.com/google/guava