First and foremost, I am aware of the existence of this question - How do I add a library project to Android Studio? - and unfortunately, it has not helped me.
My go
do not use the full guava library, use the version specific for android,
dependencies { compile 'com.google.guava:guava:23.0-android' }