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
If the java-library that you're talking about was guava, you can try to upgrade it to the latest android-specific build
implementation 'com.google.guava:guava:23.0-android'
This fixed for me