I am getting this error because I have ValidationFramework.jar which contains the same class as Google Cloud Platform Libraries i.e. com.google.common.base.Preconditions.checkState() and eclipse is choosing the class in ValidationFramework for my java application.
Can anyone tell me how to make eclipse choose Google Cloud Platform library for my java service?