I just started studying google-api-java-client on Android. Added next 3 libraries into project. (I don\'t use Maven.)
As you can see in the error, you have a class missing, coming from Guava. You can either download the guava lib and add it in your classpath, or use maven (or Ivy) to manage your dependencies for you.