google-wallet / passes-rest-samples

Server-side samples for the Google Pay API for Passes
Apache License 2.0
95 stars 48 forks source link

I noticed that the guava dependency resolves to the android version. I changed to the jre version and now the error is different: #24

Closed whitemike889 closed 4 years ago

whitemike889 commented 4 years ago

I noticed that the guava dependency resolves to the android version. I changed to the jre version and now the error is different: Handler dispatch failed; nested exception is java.lang.NoSuchMethodError: com.google.common.base.Preconditions.checkArgument(ZLjava/lang/String;C)V"}}

Looks like it is the same issue as SeleniumHQ/selenium#3880. Either it is reappearing or it has not been solved as mentioned there.

Another unsolved similar issue: https://groups.google.com/forum/#!topic/selenium-users/U7bOqbZ7vAk

Originally posted by @Elatec-RFID in https://github.com/google-pay/passes-rest-samples/issues/23#issuecomment-628581681

angelbarranco commented 4 years ago

use compile group: 'com.google.api-client', name: 'google-api-client', version: '1.23.0' as per the sample project